ChartDirector 5.1 (.NET Edition)

MeterPointer.setPos


Usage

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

Description

Sets the value the pointer points to on the meter scale.

Arguments

ArgumentDefaultDescription
value(Mandatory)The value the pointer points to.

Return Value

None