---
title: "Data Blocks and Visualization Objects"
slug: "data-blocks-and-visualization-objects"
updated: 2026-03-03T10:00:10Z
published: 2026-03-03T10:00:47Z
canonical: "documentation.lakesidesoftware.com/data-blocks-and-visualization-objects"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.lakesidesoftware.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Blocks and Visualization Objects

To build Dashboards, you drag the following types of data blocks and visualization objects from the Toolbox to the workspace, defining each object's properties, and linking them. The following data blocks and visualization objects are available for building dashboards.

## Data Blocks

The following sections explain the available data blocks.

### Query Data

Retrieves data based on a SQL query and makes it available to a grid or other visualization objects.

For more information, see [Defining a Query Data Block.](/documentation/docs/define-a-query-data-block)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/query_data_block.png)

### SSRS Data

Retrieves data based on a SQL Server Reporting Services report.

For more information, see [Defining a SSRS Data Block.](/documentation/docs/define-an-ssrs-data-block)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/SSRS_Dat_Block.png)

### Managed Data

Retrieves predefined data blocks that are not generally available through database queries.

For more information, see [Defining a Managed Data Block.](/documentation/docs/define-a-managed-data-block)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/Managed_data_block.png)

### Page Context

Exposes information about the current context. For example, the current user name, time zone, and browser information. It can also be used to define page parameters that can be set from other dashboards or external links.

For more information, see [Defining a Page Context Data Block.](/documentation/docs/use-a-page-context-data-block)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/page_context_object.png)

## Data Control Blocks

The following sections explain the available data control blocks.

### Option List

Presents a list of options to the user through a drop-down list and have the selected item be made available as output.

For more information, [see Defining an Option List.](/documentation/docs/define-an-option-list)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/option_list_block.png)

### Date/Time

Presents a date/time picker to the user and have the selected date/time or selected time range be made available as output.

For more information, see [Defining a Date/Time Control.](/documentation/docs/define-a-datetime-control)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/date_time_block.png)

### Slider

Presents a slide control to the user from which to select a single numeric value.

For more information, see [Defining a Slide Control.](/documentation/docs/define-a-slider-control)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/slider_block.png)

### Range

Presents a slide control to the user from which to select a numeric value range. It differs from the Slider block as it can provide two values instead of one. It can also be used to assign colors to ranges in grids, gauges, bubble diagrams, and maps

For more information, see [Defining a Range Control.](/documentation/docs/define-a-range-control)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/range_block.png)

### Link Label

Can show a combination of static and/or dynamic text, and optionally provide a web link when clicked on. It can display as simple text or as a button.

For more information, see [Defining a Link.](/documentation/docs/define-a-link-label)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/Link_label.png)

### Text Entry

Displays a field into which users can type text to be used as an input to another object.

For more information, see [Defining a Text Entry.](/documentation/docs/define-a-text-entry)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/text_entry_block.png)

### Timer

Generates an event at a specified interval,that can be used to refresh other blocks, like the Query Data block or the Date/Time block.

For more information, see [Defining a Timer Control.](/documentation/docs/define-a-timer-control)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/timer_block.png)

### Data Frame

Transforms a data block by transposing row values into one or more columns, or condensing multiple column values into a single column. Useful for creating array columns that cal display Sparkline visualizations.

For more information, see [Defining a Data Frame Control.](/documentation/docs/define-a-data-frame-control)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/data_frame_block.png)

### Data Filter

Filters the input of a data block and makes the results available as the output of the Data Filter block.

For more information, see [Defining a Data Filter.](/documentation/docs/define-a-data-filter)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/data_filter_block.png)

### Focus Bar

Provides a way to zoom into a subset of data.

For more information, see [Defining a Focus Bar Control.](/documentation/docs/define-a-focus-bar-control)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/focus_bar_block.png)

## Visualization Objects

The following sections explain the available visualization objects.

### Grid

Provides a way to show tabular or hierarchical data in grid.

For more information, see [Defining a Grid.](/documentation/docs/define-a-grid)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/grid_object.png)

### Chart

Shows data in standard graph formats such as line, bar, column, pie, and area.

For more information, see [Defining a Chart.](/documentation/docs/define-a-heat-chart)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/chart_object.png)

### Gauge

Provides a way to highlight a single numerical value, such as CPU usage. Can attach a Slider to control ranges and colors.

For more information, see [Defining a Gauge.](/documentation/docs/define-a-gauge)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/gauge_object.png)

### Horizon Graph

Presents area graphs in a compact manner. Horizon graphs require a numerical or date-based domain and a numerical range, and are best used to show patterns and exceptions over a set of data.

For more information, see [Defining a Horizon Graph.](/documentation/docs/define-a-horizon-graph)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/horizon_g_object.png)

### Sankey Diagram

Shows volume flow between entities. Each entity is displayed as a rectangle, with the link between two entities having a width proportional to its value.

For more information, see [Defining a Sankey Diagram.](/documentation/docs/define-a-sankey-diagram)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/sankey_object.png)

### Heat Chart

Shows a single data dimension using two axes in a circular layout. This type of chart is useful for showing cyclic data such as hours of the day during the week and makes it easy to identify clustered data values such as periods of peak usage.

For more information, see [Defining a Heat Chart.](/documentation/docs/define-a-heat-chart)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/heatchart_object.png)

### Map

Used to display maps with color-coded markers at specific latitude and longitude locations, or color-coded countries or regions.

For more information, see [Defining a Map.](/documentation/docs/define-a-map)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/map_object.png)

### Bubble Diagram

Used to clearly shows relative relationships between data values, for example file sizes or number of hits on various web sites. If the data is hierarchically ordered, the Bubble Diagram can also show the parent/child relationships, such as applications that make up a package.

For more information, see [Defining a Bubble Diagram.](/documentation/docs/define-a-bubble-diagram)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/bubblediagram_object.png)

### Matrix

Shows a series in a block-based matrix to display and view data points in relation to others. The bound data must have one column for the name values, and one or more columns that define the series, or axis data values. The output from the matrix will be the set of rows matched against the matrix-selected object names.

For more information, see [Defining a Matrix.](/documentation/docs/define-a-matrix)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/matrix_object.png)

### Dash Link

Displays a visual representation of another dashboard that links to the selected dashboard when clicked on by the user.

For more information, see [Defining a Dash Link.](/documentation/docs/define-a-dash-link)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/dash_link_object.png)

### Web Page

Allows the display of an external web page by entering a relevant URL.

For more information, see [Defining a Web Page Link.](/documentation/docs/define-a-web-page-block)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/web_page_object.png)

### Node Graph

Allows you to display hierarchical data in a node based format.

For more information, see [Defining a Node Graph.](/documentation/docs/define-a-node-graph)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/node_graph_icon.png)

### Comment

Allows you to enter comments about the design and construction of the dashboard onto the Dashboard. The comments are only visible in Dashboard Builder and have no impact on the display of a dashboard.

For more information, see [Defining a Comment.](/documentation/docs/define-a-comment)

![](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/comment_object.png)
