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
See Also