Aspose::Cells::Charts::LegendEntry class
Contents
[
Hide
]LegendEntry class
Represents a legend entry in a chart legend.
class LegendEntry
Methods
Method | Description |
---|---|
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() const | Checks 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() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++