Spread Windows Forms 12.0 Product Documentation
YAxisId Property (XYZSeries)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > XYZSeries Class : YAxisId Property
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
ExceptionDescription
value is less than zero.
See Also

Reference

XYZSeries Class
XYZSeries Members