Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZPlotArea Class / YAxes Property


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