[C#] | public void setLabelFormat(string formatString); |
[VB] | Public Sub setLabelFormat(formatString As String) |
ChartDirector 7.1 (.NET Edition)
Axis.
Usage
[C#] | public void setLabelFormat(string formatString); |
[VB] | Public Sub setLabelFormat(formatString As String) |
Description
Arguments
Argument | Default | Description |
---|---|---|
formatString | (Mandatory) | The format string. |
Return Value