ChartDirector 7.1 (.NET Edition)

MultiChart.getChart


Usage

[C#]public BaseChart getChart([ int i ]);
[VB]Public Function getChart([ i As Integer ]) As BaseChart

Description

Gets the specified chart in the MultiChart.

Arguments

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

The specified BaseChart object.