[VB] | Public Function getChart([ i As Integer ]) As BaseChart |
[C#] | public BaseChart getChart([ int i ]); |
ChartDirector 5.1 (.NET Edition)
MultiChart.getChart
Usage
[VB] | Public Function getChart([ i As Integer ]) As BaseChart |
[C#] | public BaseChart getChart([ int i ]); |
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