Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPlotArea Class / YAxes Property


In This Topic
    YAxes Property (XYPlotArea)
    In This Topic
    Gets the colleciton of y axes.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property YAxes As ValueAxisCollection
    'Usage
     
    
    Dim instance As XYPlotArea
    Dim value As ValueAxisCollection
     
    value = instance.YAxes
    public ValueAxisCollection YAxes {get;}
    See Also