Spread Windows Forms 12.0 Product Documentation
LabelOffset Property (RadarIndexAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > RadarIndexAxis Class : LabelOffset Property
Gets or sets the distance that tick mark labels are offset.
Syntax
'Declaration
 
Public Property LabelOffset As Single
'Usage
 
Dim instance As RadarIndexAxis
Dim value As Single
 
instance.LabelOffset = value
 
value = instance.LabelOffset
public float LabelOffset {get; set;}
Exceptions
ExceptionDescription
value is less than zero or greater than 1584.
Remarks
Offset is measured in points.
See Also

Reference

RadarIndexAxis Class
RadarIndexAxis Members