ChartDirector 7.1 (.NET Edition)

Mark.setDrawOnTop


Usage

[C#]public void setDrawOnTop(bool b);
[VB]Public Sub setDrawOnTop(b As Boolean)

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 value means drawing the mark line at the front of the chart layers. A false value means drawing the mark line at the back of the plot area.

Return Value

None