Spread Windows Forms 12.0 Product Documentation
AxisId Property (RadarValueAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > RadarValueAxis Class : AxisId Property
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
public int AxisId {get; set;}
Exceptions
ExceptionDescription
value is less than zero.
See Also

Reference

RadarValueAxis Class
RadarValueAxis Members