Spread Windows Forms 12.0 Product Documentation
LabelOffset Property (IndexAxis)


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

IndexAxis Class
IndexAxis Members