ChartDirector 7.1 (.NET Edition)

MeterPointer.setZOrder


Usage

[C#]public void setZOrder(int z);
[VB]Public Sub setZOrder(z As Integer)

Description

Sets the z-order (drawing order) of the meter pointer.

Please refer to Box.setZOrder on an explanation of z-order and the z-order of various standard ChartDirector objects.

Arguments

ArgumentDefaultDescription
z(Mandatory)The z-order of the meter pointer.

Return Value

None