Interval Bar Chart
The Interval Bar Chart displays a range of values on the vertical axis for every data point along the horizontal axis.
Public Variables (Properties)
[?]
Common variables and variable groups: Name, Visible, Breakpoints, Variable Storage, Container Properties, Styles, Preloader, Events, Component Bindings.
Common chart variables and variable groups: Common Properties, Legend, Zoom, X and Y Axes, Coordinate Grid, Tooltip, Visualization: Basic Properties, and Visualization: Bar.
Data
The Data properties group includes properties for Building Chart Datasets that are common to most charts. The following properties are specific to the Interval Bar Chart.
Source Data
The source data table used for building custom-data-based charts.
Variable Name:
sourceData
Records:
0…Unlimited
Record Format:
Field Name | Field Type | Field Description |
series | String | Series |
startValue | Double | Start Value |
endValue | Double | End Value |
category | String | Category |
group | String | Group |
Source Data Bindings
A set of expressions used to retrieve data from the records of the Source Data table and build the chart dataset. This property only applies to charts based on custom data.
Variable Name:
dataBindings
Records:
1
Record Format:
Field Name | Field Type | Field Description |
series | String | Expression to define the Series of the chart dataset. |
startValue | String | Expression to define the Start Value of the chart dataset. |
endValue | String | Expression to define the End Value of the chart dataset. |
category | String | Expression to define the Category of the chart dataset. |
group | String | Expression to define the Group of the chart dataset. |
All fields of the Source Data Bindings table have the following Resolution Environment:
Specified by the Context setting.
Value specified by the Source Data table.
0 (or dynamic if series propagation is enabled)
Standard variables only.
Visualization Group: Basic Properties
In addition to the common Visualization Basic Properties, the Area Chart has the following unique Visualization properties.
Column Width Ratio
Indicate the ratio of column width to the width of the spacing between columns as a value between 0 and 1.
Variable Name:
columnWidthRatio
Records:
1
Record Format:
Field Name | Field Type | Field Description |
columnWidthRatio | Float | Ratio of columns to space between columns. |
Public Events
[?]
Common Events: Common Component Events, Changing Chart Zoom
Was this page helpful?