Deviation Chart
The Deviation Chart displays deviations from central values as shaded areas above and below a line graph. |
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, Tooltip, X and Y Axes, Zoom, Coordinate Grid, Visualization: Basic Properties, Visualization: Line, and Visualization: Area.
Data
The Data properties group includes properties for Building Chart Datasets that are common to most charts. The following properties are specific to the Deviation 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 |
value | Double | Value |
valueLow | Double | Value Low |
valueHigh | Double | Value High |
category | String | category |
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. |
value | String | Expression to define the Value of the chart dataset. |
valueLow | String | Expression to define the Value Low of the chart dataset. |
valueHight | String | Expression to define the Value High of the chart dataset. |
category | String | Expression to define the Category 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. |
Public Events
[?]
Common Events: Common Component Events, Changing Chart Zoom
Was this page helpful?