Interval Chart

The Interval 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, Visualization: Bar, and Visualization: Point.

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 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

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.

All fields of the Source Data Bindings table have the following Resolution Environment:

Default Context

Specified by the Context setting.

Default Data Table

Value specified by the Source Data table.

Default Row

0 (or dynamic if series propagation is enabled)

Environment Variables

Standard variables only.

Public Events

[?]

Common Events: Common Component Events, Changing Chart Zoom

Was this page helpful?