YAxisId Property (XYZSeries)
In This Topic
Gets or sets the ID of the y-axis on which the series is plotted.
Syntax
'Declaration
Public Property YAxisId As Integer
'Usage
Dim instance As XYZSeries
Dim value As Integer
instance.YAxisId = value
value = instance.YAxisId
public int YAxisId {get; set;}
Exceptions
See Also