[VB] | Public Sub setScale3(lowerLimit As Double, upperLimit As Double, labels As Double() [, formatString As String ]) |
[C#] | public void setScale3(double lowerLimit, double upperLimit, double[] labels [, string formatString ]); |
ChartDirector 5.1 (.NET Edition)
BaseMeter.setScale3
Usage
[VB] | Public Sub setScale3(lowerLimit As Double, upperLimit As Double, labels As Double() [, formatString As String ]) |
[C#] | public void setScale3(double lowerLimit, double upperLimit, double[] labels [, string formatString ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
lowerLimit | (Mandatory) | The lower limit of the meter scale. |
upperLimit | (Mandatory) | The upper limit of the meter scale. |
labels | (Mandatory) | An array of numbers to be used as the labels on the meter scale. |
formatString | "" | The format string for formatting the numbers. An empty string means the format will be automatically determined. |
Return Value