Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / YPlotArea Class / XAxis Property


XAxis Property (YPlotArea)
Gets the x-axis.
Syntax
'Declaration
 
Public Property XAxis As IndexAxis
 
'Usage
 
Dim instance As YPlotArea
Dim value As IndexAxis
 
instance.XAxis = value
 
value = instance.XAxis
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also