ChartDirector 7.0 (Python Edition)

Mark.setDrawOnTop


Usage

setDrawOnTop(b)

Description

Determine whether the mark line is drawn at the front of the chart layers, or at the back of the plot area (that is, like grid lines).

Arguments

ArgumentDefaultDescription
b(Mandatory)A true (non-zero) value means drawing the mark line at the front of the chart layers. A false (zero) value means drawing the mark line at the back of the plot area.

Return Value

None