[VB] | Public Sub setLinearScale3([ formatString As String ]) |
[C#] | public void setLinearScale3([ string formatString ]); |
ChartDirector 5.1 (.NET Edition)
Axis.setLinearScale3
Usage
[VB] | Public Sub setLinearScale3([ formatString As String ]) |
[C#] | public void setLinearScale3([ string formatString ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
formatString | "" | The format used for the labels on the axis. Please refer to Axis.setLabelFormat for the syntax of the format string. An empty string means the format will be automatically determined. |
Return Value