Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYSeries Class / XAxisId Property


In This Topic
    XAxisId Property (XYSeries)
    In This Topic
    Gets or sets the ID of the x-axis on which the series is plotted.
    Syntax
    'Declaration
     
    
    Public Property XAxisId As Integer
    'Usage
     
    
    Dim instance As XYSeries
    Dim value As Integer
     
    instance.XAxisId = value
     
    value = instance.XAxisId
    public int XAxisId {get; set;}
    Exceptions
    ExceptionDescription
    value is less than zero.
    See Also