Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / AreaSeries Class / DropLinesLine Property


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