ActiveXAxisLineWidth property (TrendPro object)
Returns or sets the width of the x-axis line in the runtime chart. Read/write. Long.
Syntax
TrendPro1
.ActiveXAxisLineWidth
[= value
]where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.value
- is a long value that specifies the width of the x-axis line. The minimum value is 1, and maximum value is 10.Example
Private Sub SetActiveXAxisLineWidth() TrendPro1.ActiveXAxisLineWidth = 2 End Sub
Provide Feedback