Aspose::Words::Drawing::Charts::ChartLegendEntry class
Contents
[
Hide
]ChartLegendEntry class
Represents a chart legend entry. To learn more, visit the Working with Charts documentation article.
class ChartLegendEntry : public Aspose::Words::Drawing::Core::Dml::IDmlExtensionListSource,
public Aspose::Words::Drawing::Charts::Core::IChartItemTextProperties
Methods
Method | Description |
---|---|
get_Font() | Provides access to the font formatting of this legend entry. |
get_IsHidden() const | Gets a value indicating whether this entry is hidden in the chart legend. The default value is false. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
set_IsHidden(bool) | Sets a value indicating whether this entry is hidden in the chart legend. The default value is false. |
static Type() |
Remarks
A legend entry corresponds to a specific chart series or trendline.
The text of the entry is the name of the series or trendline. The text cannot be changed.
See Also
- Namespace Aspose::Words::Drawing::Charts
- Library Aspose.Words for C++