ChartDirector 7.1 (.NET Edition)

MeterPointer.setPos


Usage

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

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