Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYBubbleSeries Class / XAxisId Property


In This Topic
    XAxisId Property (XYBubbleSeries)
    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 XYBubbleSeries
    Dim value As Integer
     
    instance.XAxisId = value
     
    value = instance.XAxisId
    public int XAxisId {get; set;}
    See Also