Spread Windows Forms 12.0 Product Documentation
LabelOffset Property (PolarAngleAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PolarAngleAxis Class : LabelOffset Property
Gets or sets the distance that the tick mark labels are offset.
Syntax
'Declaration
 
Public Property LabelOffset As Single
'Usage
 
Dim instance As PolarAngleAxis
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

PolarAngleAxis Class
PolarAngleAxis Members