XAxis Property (YPlotArea)
In This Topic
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
See Also