| Object Reference > Viewport Object > Viewport Object Properties > ScaleFactor Property (Viewport) |
ScaleFactor Property (Viewport)
Specifies the degree of scaling (zooming) up or down from a full (maximal, non-clipped) view. Valid values must be between 1/30 and 30.0. This property is updated if the user dynamically scales or zooms the view.
Property ScaleFactor As Double
Example
' Zoom up
Chart3D1.ChartArea.Viewport.ScaleFactor = 10.0
See Also