ActiveYAxisMinorTickMarks property (TrendPro object)
Returns or sets the number of y-axis minor tick marks for the current tag in the runtime chart. Read/write. Single.
Syntax
TrendPro1
.ActiveYAxisMinorTickMarks
[ = 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 number of y-axis minor tick marks. The minimum value is 0, and the maximum value is 25.Example
Private Sub SetActiveYAxisMinorTickMarks() TrendPro1.ActiveYAxisMinorTickMarks = 2 End Sub
Provide Feedback