ActiveYAxisScalingMode property (TrendPro object)
Returns or sets the y-axis scaling mode for the current tag in the runtime chart. Read/write. Single.
Syntax
TrendPro1
.ActiveYAxisScalingMode
[ = value
]where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.value
– is a parameter of the type Single that specifies the y-axis scaling mode:- Automatic= 0
- Manual= 1
- UseTagMinMax= 2
- UseTagValue= 3
Example
Private Sub SetActiveYAxisScalingMode() TrendPro1.ActiveYAxisScalingMode = 1 End Sub
Provide Feedback