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