Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PlotArea Class / Elevation Property


In This Topic
    Elevation Property (PlotArea)
    In This Topic
    Gets of sets the counterclockwise rotation around the horizontal axis.
    Syntax
    'Declaration
     
    
    Public Property Elevation As Single
    'Usage
     
    
    Dim instance As PlotArea
    Dim value As Single
     
    instance.Elevation = value
     
    value = instance.Elevation
    public float Elevation {get; set;}
    Exceptions
    ExceptionDescription
    Value is less than -90 or greater than 90.
    Remarks
    Elevation is measured in degrees.
    See Also