Dependent Charts
A chart can be based on another chart's dataset. Using of the dependent chart implies the presence of at least two charts: the source chart (its data is used to build the dependent chart) and the dependent chart itself. Thus, dependent charts can only be created as part of Combined Domain XY Chart (or Combined Range XY Chart). The following charts can be dependent:
Setting up Dependent Charts
To configure a new dependent chart, perform the following steps:
xyLineChart1
.Dataset
Building dependent chart dataset is performed by processing the source chart dataset using Dependent Chart Bindings. Here is a short description of this process:
Here is a table with Dependent Chart Bindings:
Binding | Expected Value Type | Description |
Series | String | Textual name of the data series. |
X | Number | Numeric value to display along the domain (X) axis. |
Y | Number | Numeric value to display along the range (Y) axis. |
Series Index | Integer | Index of the series for which current binding is applied. If it is not specified, binding is applied for every series. |
Dependent Chart Properties
Dependent chart properties are available only for XY Line, Area and Bar charts when they are added as sub-charts to a Combined Domain XY Chart (or Combined Range XY Chart).
Source Chart Name
Name of sub-chart component whose data will be used to build dependent chart. Source chart and dependent chart must be placed in the same Combined Domain XY Chart (or Combined Range XY Chart).
Property name: sourceDataPlotID
Property type: String
Dependent Chart Bindings
A set of expressions used to retrieve data from the source chart and to build the dependent chart dataset. This property is valid only for dependent charts.
Property name: dependentChartBindings
Property type: Data Table
Was this page helpful?