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

In This Topic
    ViewportVerticalShift Property
    In This Topic
    Gets or sets vertical shift of chart viewport.
    Syntax
    'Declaration
     
    Public Overridable Property ViewportVerticalShift As System.Single
    public virtual System.float ViewportVerticalShift {get; set;}
    Remarks
    Specifies the degree of vertical view translation from a full view. Translation is relative to a normalized box with origin in the bottom left corner. Translation of more than a full unit (more than 1.0 or -1.0) causes the view to translate “out of view” when ViewPortScale=1. This property is updated if the user dynamically translates the view.
    See Also