FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DView Class / ViewportHorizontalShift Property

In This Topic
    ViewportHorizontalShift Property (Chart3DView)
    In This Topic
    Gets or sets horizontal shift of chart viewport.
    Syntax
    'Declaration
     
    Public Property ViewportHorizontalShift As Single
    public float ViewportHorizontalShift {get; set;}
    Remarks
    Specifies the degree of horizontal view translation from a full view (a maximal, non-clipped 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.
    See Also