ChartDirector 7.0 (Python Edition)

Line.setZOrder


Usage

setZOrder(z)

Description

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

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

Return Value

None