Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarValueAxis Class / AxisId Property


AxisId Property (RadarValueAxis)
Gets or sets the ID of the axis.
Syntax
'Declaration
 
Public Property AxisId As Integer
 
'Usage
 
Dim instance As RadarValueAxis
Dim value As Integer
 
instance.AxisId = value
 
value = instance.AxisId
Exceptions
ExceptionDescription
value is less than zero.
See Also