[C#] | public string getFormattedLabel(double i [, string formatString ]); |
[VB] | Public Function getFormattedLabel(i As Double [, formatString As String ]) As String |
ChartDirector 7.1 (.NET Edition)
Axis.
Usage
[C#] | public string getFormattedLabel(double i [, string formatString ]); |
[VB] | Public Function getFormattedLabel(i As Double [, formatString As String ]) As String |
Description
Arguments
Argument | Default | Description |
---|---|---|
i | (Mandatory) | The position specified as a value on the axis scale. |
formatString | "" | The format string used to format a label if necessary. Please refer to Axis.setLabelFormat for the syntax of the format string. An empty string means the format will be automatically determined. |
Return Value