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


In This Topic
    ShowDropLines Property
    In This Topic
    Gets or sets a value indicating whether the line chart or area chart has drop lines.
    Syntax
    'Declaration
     
    Property ShowDropLines As Boolean
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Boolean
     
    instance.ShowDropLines = value
     
    value = instance.ShowDropLines
    bool ShowDropLines {get; set;}
    Remarks
    Applies only to line and area charts.
    See Also