ChartDirector 5.1 (.NET Edition)

LinearMeter.setRail


Usage

[VB] Public Sub setRail(railColor As Integer [, railWidth As Integer [, railOffset As Integer ]])
[C#] public void setRail(int railColor [, int railWidth [, int railOffset ]]);

Description

Sets the position, width and color of the pointer rail.

The pointer rail is the locus traced out by the starting point of the meter pointer as the pointer slides on the meter. The pointer rail is on the opposite side of the meter scale.

Arguments

ArgumentDefaultDescription
railColor(Mandatory)The color of the pointer rail.
railWidth2The line width of the the pointer rail in pixels.
railOffset6The gap between the pointer rail and the plot area in pixels. A negative value will mean the pointer rail may move within the plot area.

Return Value

None