Spread WinForms 15
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
See Also