[VB] | Public Sub setDrawOnTop(b As Boolean) |
[C#] | public void setDrawOnTop(bool b); |
ChartDirector 5.1 (.NET Edition)
Mark.setDrawOnTop
Usage
[VB] | Public Sub setDrawOnTop(b As Boolean) |
[C#] | public void setDrawOnTop(bool b); |
Description
Arguments
Argument | Default | Description |
---|---|---|
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