ChartDirector 7.1 (.NET Edition)

XYChart.getLayer


Usage

[C#]public Layer getLayer(int i);
[VB]Public Function getLayer(i As Integer) As Layer

Description

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

Arguments

ArgumentDefaultDescription
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

The specified Layer object.