ActiveYAxisMinValue property (TrendPro object)

Returns or sets the minimum value of the y-axis for the current tag in the runtime chart. Read/write. Single.
TIP:
This property will be implemented in a future release.
Syntax
TrendPro1
.
ActiveYAxisMinValue
[ =
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 minimum value.
Example
Private Sub SetActiveYAxisMinValue() TrendPro1.ActiveYAxisMinValue = 100 End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal