get_HasSeriesLines()

IChartSeries::get_HasSeriesLines() method

Determines whether there are series lines for this series and kindred series. This is the property not only of this series but of all series of parent series group - this is projection of appropriate group property. And so this property is read-only. Use ParentSeriesGroup property for access to parent series group. Use get_ParentSeriesGroup()->get(set)_HasSeriesLines() read/write property for change value. Use ParentSeriesGroup.SeriesLinesFormat property for format series lines. Read-only bool.

virtual bool Aspose::Slides::Charts::IChartSeries::get_HasSeriesLines()=0

Remarks

This is the projection of the property get_ParentSeriesGroup()->get(set)_HasSeriesLines().

See Also