ChartDirector 6.0 (Ruby Edition)

MultiChart.getChart


Usage

getChart([ i ])

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.