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