Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IChartGroup Interface / setHasSeriesLines Method
In This Topic
    setHasSeriesLines Method
    In This Topic
    Sets whether the chart has series lines (True if a 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). Applies only to stacked column charts, bar charts, Pie of Pie charts, or Bar of Pie charts.
    Syntax
    void setHasSeriesLines( 
       boolean value
    )

    Parameters

    value
    See Also