ChartDirector 7.1 (C++ Edition)

MeterPointer.setZOrder


Usage

void setZOrder(int z);

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