Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / YSeries Class / YAxisId Property


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