ChartDirector 7.1 (C++ Edition)

Layer.getDataSet


Usage

DataSet *getDataSet(int dataSetNo);

Description

Gets a DataSet object based on the order in which it is being added to the chart.

Arguments

ArgumentDefaultDescription
dataSetNo(Mandatory)The index of the data set. The index of the first data set added to the layer is 0. The index of the Nth data set added to the layer is N - 1.

Return Value

The specified DataSet object.