Aspose::Cells::Charts::LegendEntryCollection class

LegendEntryCollection class

Represents a collection of all the LegendEntry objects in the specified chart legend.

class LegendEntryCollection

Methods

MethodDescription
Get(int32_t index)Gets the LegendEntry element at the specified index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
LegendEntryCollection(LegendEntryCollection_Impl* impl)Constructs from an implementation object.
LegendEntryCollection(const LegendEntryCollection& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const LegendEntryCollection& src)operator=
~LegendEntryCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also