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


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