Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZSeries Class / XAxisId Property


XAxisId Property (XYZSeries)
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 XYZSeries
Dim value As Integer
 
instance.XAxisId = value
 
value = instance.XAxisId
Exceptions
ExceptionDescription
value is less than zero.
See Also