Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / DropLines Property


In This Topic
    DropLines Property
    In This Topic
    Gets a IDropLines object that represents the drop lines for a series on a line chart or area chart.
    Syntax
    'Declaration
     
    ReadOnly Property DropLines As IDropLines
    'Usage
     
    Dim instance As IChartGroup
    Dim value As IDropLines
     
    value = instance.DropLines
    IDropLines DropLines {get;}
    Remarks
    Applies only to line charts or area charts.
    See Also