[C#] | public string getLabel(double i); |
[VB] | Public Function getLabel(i As Double) As String |
ChartDirector 7.1 (.NET Edition)
Axis.
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 axis scale. |
Return Value