Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ValueAxis Class / RulerLine Property


In This Topic
    RulerLine Property (ValueAxis)
    In This Topic
    Gets or sets the line used to draw the ruler.
    Syntax
    'Declaration
     
    Public Property RulerLine As Line
    'Usage
     
    Dim instance As ValueAxis
    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