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


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