ChartDirector 7.1 (.NET Edition)

BaseMeter.getLabel


Usage

[C#]public string getLabel(double i);
[VB]Public Function getLabel(i As Double) As String

Description

Gets the label at the specified position on the meter scale.

Arguments

ArgumentDefaultDescription
i(Mandatory)The position specified as a value on the meter scale.

Return Value

Returns the label at the specified position, or a null string if there is no label at that position.