ChartDirector 5.1 (.NET Edition)

Mark.setValue


Usage

[VB] Public Sub setValue(value As Double)
[C#] public void setValue(double value);

Description

Sets the value of the mark line.

Arguments

ArgumentDefaultDescription
value(Mandatory)The value of the mark.

Return Value

None