[C#] | public Layer getLayer(int i); |
[VB] | Public Function getLayer(i As Integer) As Layer |
ChartDirector 7.1 (.NET Edition)
XYChart.
Usage
[C#] | public Layer getLayer(int i); |
[VB] | Public Function getLayer(i As Integer) As Layer |
Description
Arguments
Argument | Default | Description |
---|---|---|
i | (Mandatory) | The index of the data layer. The index of the first layer added to the chart is 0. The index of the Nth layer added to the chart is N - 1. |
Return Value