Spread Windows Forms 12.0 Product Documentation
XAxisId Property (XYSeries)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > XYSeries Class : XAxisId Property
Gets or sets the ID of the x-axis on which the series is plotted.
Syntax
'Declaration
 
Public Property XAxisId As Integer
'Usage
 
Dim instance As XYSeries
Dim value As Integer
 
instance.XAxisId = value
 
value = instance.XAxisId
public int XAxisId {get; set;}
Exceptions
ExceptionDescription
value is less than zero.
See Also

Reference

XYSeries Class
XYSeries Members