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


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