Aspose::Cells::Charts::LegendEntry class

LegendEntry class

Represents a legend entry in a chart legend.

class LegendEntry

Methods

MethodDescription
GetAutoScaleFont()True if the text in the object changes font size when the object size changes. The default value is True.
GetBackgroundMode()Gets and sets the display mode of the background.
GetFont()Gets a Font object of the specified ChartFrame object.
IsDeleted()Gets and sets whether the legend entry is deleted.
IsNull() constChecks whether the implementation object is nullptr.
IsTextNoFill()Gets or sets no fill of the text.
LegendEntry(LegendEntry_Impl* impl)Constructs from an implementation object.
LegendEntry(const LegendEntry& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const LegendEntry& src)operator=
SetAutoScaleFont(bool value)True if the text in the object changes font size when the object size changes. The default value is True.
SetBackgroundMode(BackgroundMode value)Gets and sets the display mode of the background.
SetIsDeleted(bool value)Gets and sets whether the legend entry is deleted.
SetIsTextNoFill(bool value)Gets or sets no fill of the text.
~LegendEntry()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also