[C#] | public BaseChart getChart([ int i ]); |
[VB] | Public Function getChart([ i As Integer ]) As BaseChart |
ChartDirector 7.1 (.NET Edition)
MultiChart.
Usage
[C#] | public BaseChart getChart([ int i ]); |
[VB] | Public Function getChart([ i As Integer ]) As BaseChart |
Description
Arguments
Argument | Default | Description |
---|---|---|
i | 0 | The index of the chart. The index of the first chart set added to the MultiChart is 0. The index of the Nth data set added to the MultiChart is N - 1. |
Return Value