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


In This Topic
    YAxisId Property (XYBubbleSeries)
    In This Topic
    Gets or sets the ID of the y-axis on which the series is plotted.
    Syntax
    'Declaration
     
    
    Public Property YAxisId As Integer
    'Usage
     
    
    Dim instance As XYBubbleSeries
    Dim value As Integer
     
    instance.YAxisId = value
     
    value = instance.YAxisId
    public int YAxisId {get; set;}
    See Also