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


In This Topic
    Elevation Property (TreemapPlotArea)
    In This Topic
    Gets of sets the counterclockwise rotation around the horizontal axis.
    Syntax
    'Declaration
     
    
    Public Property Elevation As Single
    'Usage
     
    
    Dim instance As TreemapPlotArea
    Dim value As Single
     
    instance.Elevation = value
     
    value = instance.Elevation
    public float Elevation {get; set;}
    Remarks
    Elevation is measured in degrees.
    See Also