get_HasSeriesLines()

ChartSeries::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.

bool Aspose::Slides::Charts::ChartSeries::get_HasSeriesLines() override

Remarks

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

See Also