ChartDirector 7.1 (.NET Edition)

CDMLTable.setZOrder


Usage

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

Description

Sets the z-order (drawing order) of the table.

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 table.

Return Value

None