Aspose::Words::Drawing::Charts::ChartLegendEntry class

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

MethodDescription
get_Font()Provides access to the font formatting of this legend entry.
get_IsHidden() constGets 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