[C#] | public Layer getLayerByZ(int zIndex); |
[VB] | Public Function getLayerByZ(zIndex As Integer) As Layer |
ChartDirector 7.1 (.NET Edition)
XYChart.
Usage
[C#] | public Layer getLayerByZ(int zIndex); |
[VB] | Public Function getLayerByZ(zIndex As Integer) As Layer |
Description
Arguments
Argument | Default | Description |
---|---|---|
zIndex | (Mandatory) | The z-index of the required layer. The z-index of the first layer drawn is 0. The z-index for the Nth layer drawn is N - 1. |
Return Value