Spread Windows Forms 12.0 Product Documentation
XAxis Property (YPlotArea)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > YPlotArea Class : XAxis Property
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
public IndexAxis XAxis {get; set;}
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also

Reference

YPlotArea Class
YPlotArea Members