[VB] | Public Sub setScale2(lowerLimit As Double, upperLimit As Double, labels As String()) |
[C#] | public void setScale2(double lowerLimit, double upperLimit, string[] labels); |
ChartDirector 5.1 (.NET Edition)
BaseMeter.setScale2
Usage
[VB] | Public Sub setScale2(lowerLimit As Double, upperLimit As Double, labels As String()) |
[C#] | public void setScale2(double lowerLimit, double upperLimit, string[] labels); |
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 text strings to be used as the labels on the meter scale. |
Return Value