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


In This Topic
    ShowSeriesLines Property
    In This Topic
    Gets or sets a value indicating whether the stacked column chart or bar chart has series lines, or if a Pie of Pie chart or Bar of Pie chart has connector lines between the two sections.
    Syntax
    'Declaration
     
    Property ShowSeriesLines As Boolean
    'Usage
     
    Dim instance As IChartGroup
    Dim value As Boolean
     
    instance.ShowSeriesLines = value
     
    value = instance.ShowSeriesLines
    bool ShowSeriesLines {get; set;}
    Remarks
    Applies only to 2D stacked bar, 2D stacked column, Pie of Pie, or Bar of Pie charts.
    See Also