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


In This Topic
    XAxis Property (YPlotArea)
    In This Topic
    Gets the x-axis.
    Syntax
    'Declaration
     
    
    Public Property XAxis As IndexAxis
    'Usage
     
    
    Dim instance As YPlotArea
    Dim value As IndexAxis
     
    instance.XAxis = value
     
    value = instance.XAxis
    public IndexAxis XAxis {get; set;}
    Exceptions
    ExceptionDescription
    value is a null reference (Nothing in VB).
    See Also