ChartZoom property (TrendPro object)
Returns or sets the percentage that the chart will zoom in or out when using the zoom in and out buttons. Read/write. Single.
Syntax
TrendPro1
.ChartZoom
[ = 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 chart zoom percentage. The minimum value is 1.00, and maximum value is 99.00.Example
Private Sub SetChartZoom() TrendPro1.ChartZoom = 70 End Sub
Provide Feedback