[VB] | Public Function getLegendIcon(dataSetNo As Integer) As char |
[C#] | public char getLegendIcon(int dataSetNo); |
ChartDirector 5.1 (.NET Edition)
Layer.getLegendIcon
Usage
[VB] | Public Function getLegendIcon(dataSetNo As Integer) As char |
[C#] | public char getLegendIcon(int dataSetNo); |
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