Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarPlotArea Class / XAxis Property


In This Topic
    XAxis Property (PolarPlotArea)
    In This Topic
    Gets the x-axis.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property XAxis As PolarAngleAxis
    'Usage
     
    
    Dim instance As PolarPlotArea
    Dim value As PolarAngleAxis
     
    value = instance.XAxis
    public PolarAngleAxis XAxis {get;}
    See Also