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