Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarAngleAxis Class / RulerLine Property


In This Topic
    RulerLine Property (PolarAngleAxis)
    In This Topic
    Gets or sets the line used to draw the ruler.
    Syntax
    'Declaration
     
    
    Public Property RulerLine As Line
    'Usage
     
    
    Dim instance As PolarAngleAxis
    Dim value As Line
     
    instance.RulerLine = value
     
    value = instance.RulerLine
    public Line RulerLine {get; set;}
    Remarks
    Value of null (Nothing in VB) indicates that the ruler line is unset.
    See Also