get_HasUpDownBars()
ChartSeries::get_HasUpDownBars() method
Determines whether Line- or Stock-chart has a up/down bars. 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_UpDownBars()->get(set)_HasUpDownBars() read/write property for change value. Use get_ParentSeriesGroup()->get_UpDownBars() property for format up/down bars. Read-only bool.
bool Aspose::Slides::Charts::ChartSeries::get_HasUpDownBars() override
Remarks
This is the projection of the property get_ParentSeriesGroup()->get_UpDownBars()->get(set)_HasUpDownBars().
See Also
- Class ChartSeries
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides