ChartDirector 7.1 (.NET Edition)

Axis.setLogScale3


Usage

[C#]public void setLogScale3([ string formatString ]);
[VB]Public Sub setLogScale3([ formatString As String ])

Description

Sets the axis to use logarithmic auto-scale.

Arguments

ArgumentDefaultDescription
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

None