[C#] | public string getLabel(double i); |
[VB] | Public Function getLabel(i As Double) As String |
ChartDirector 7.1 (.NET Edition)
BaseMeter.
Usage
[C#] | public string getLabel(double i); |
[VB] | Public Function getLabel(i As Double) As String |
Description
Arguments
Argument | Default | Description |
---|---|---|
i | (Mandatory) | The position specified as a value on the meter scale. |
Return Value