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


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