Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarRadiusAxis Class / LabelOffset Property


In This Topic
    LabelOffset Property (PolarRadiusAxis)
    In This Topic
    Gets or sets the distance that tick mark labels are offset.
    Syntax
    'Declaration
     
    
    Public Property LabelOffset As Single
    'Usage
     
    
    Dim instance As PolarRadiusAxis
    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