Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPlotArea Class / XAxes Property


In This Topic
    XAxes Property (XYPlotArea)
    In This Topic
    Gets the collection of x axes.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property XAxes As ValueAxisCollection
    'Usage
     
    
    Dim instance As XYPlotArea
    Dim value As ValueAxisCollection
     
    value = instance.XAxes
    public ValueAxisCollection XAxes {get;}
    See Also