ViewportScale Property (Chart3DView)
In This Topic
Gets or sets the degree of scaling (zooming) of chart viewport up or down from a full (maximal, non-clipped) view.
Syntax
'Declaration
Public Property ViewportScale As Single
public float ViewportScale {get; set;}
See Also