ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DView Class / ViewportScale Property

In This Topic
    ViewportScale Property
    In This Topic
    Gets or sets scale of chart viewport.
    Syntax
    'Declaration
     
    Public Overridable Property ViewportScale As System.Single
    public virtual System.float ViewportScale {get; set;}
    Remarks
    Specifies the degree of scaling (zooming) up or down from a full (maximal, non-clipped) view. This property is updated if the user dynamically scales or zooms the view.
    See Also