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