Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / RadarValueAxis Class / RulerOffset Property


In This Topic
    RulerOffset Property (RadarValueAxis)
    In This Topic
    Gets or sets the distance that the ruler is offset.
    Syntax
    'Declaration
     
    
    Public Property RulerOffset As Single
    'Usage
     
    
    Dim instance As RadarValueAxis
    Dim value As Single
     
    instance.RulerOffset = value
     
    value = instance.RulerOffset
    public float RulerOffset {get; set;}
    Exceptions
    ExceptionDescription
    value is less than zero or greater than 1584.
    Remarks
    Offset is measured in points.
    See Also