[C#] | public ChartDirector.DataSet getDataSet(int dataSetNo); |
[VB] | Public Function getDataSet(dataSetNo As Integer) As ChartDirector.DataSet |
ChartDirector 7.1 (.NET Edition)
Layer.
Usage
[C#] | public ChartDirector.DataSet getDataSet(int dataSetNo); |
[VB] | Public Function getDataSet(dataSetNo As Integer) As ChartDirector.DataSet |
Description
Arguments
Argument | Default | Description |
---|---|---|
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