Spread Windows Forms 12.0 Product Documentation
LabelUnit Property (RadarValueAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > RadarValueAxis Class : LabelUnit Property
Gets or sets the interval for the tick mark labels.
Syntax
'Declaration
 
Public Property LabelUnit As Double
'Usage
 
Dim instance As RadarValueAxis
Dim value As Double
 
instance.LabelUnit = value
 
value = instance.LabelUnit
public double LabelUnit {get; set;}
Exceptions
ExceptionDescription
value is less than or equal to zero.
See Also

Reference

RadarValueAxis Class
RadarValueAxis Members