Statistical Chart

The Statistical Chart is a line chart, with optional vertical bars at any data point to express uncertainty or variability in the value.

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: Line.

Data

The Data properties group includes properties for Building Chart Datasets that are common to most charts. The following properties are specific to the Statistical 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

confidence

Double

Confidence Interval

value

Double

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.

confidence

String

Expression to define the Confidence Interval of the chart dataset.

value

String

Expression to define the Value Low of the chart dataset.

category

String

Expression to define the Value High 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?