ActiveXAxisMajorTickScale property (TrendPro object)
Returns or sets the x-axis major tick scale in the runtime chart. Read/write. Single.
Syntax
TrendPro1
.ActiveXAxisMajorTickScale
[= 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 x-axis major tick scale. The minimum value is 0, and the maximum value is the upper limit of a Single data type.Example
Private Sub SetActiveXAxisMajorTickScale() TrendPro1.ActiveXAxisMajorTickScale = 2 End Sub
Provide Feedback