[C#] | public void setLinearScale2(double lowerLimit, double upperLimit, string[] labels); |
[VB] | Public Sub setLinearScale2(lowerLimit As Double, upperLimit As Double, labels As String()) |
ChartDirector 7.1 (.NET Edition)
AngularAxis.
Usage
[C#] | public void setLinearScale2(double lowerLimit, double upperLimit, string[] labels); |
[VB] | Public Sub setLinearScale2(lowerLimit As Double, upperLimit As Double, labels As String()) |
Description
Arguments
Argument | Default | Description |
---|---|---|
lowerLimit | (Mandatory) | The lower bound of the axis. |
upperLimit | (Mandatory) | The upper bound of the axis. |
labels | (Mandatory) | An array of text strings to be used as the labels on the axis. ChartDirector will distribute the labels evenly on the axis. |
Return Value