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


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