Aspose::Cells::Charts::LegendEntryCollection class

LegendEntryCollection class

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

class LegendEntryCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the LegendEntryCollection.
end()Returns an iterator to the end of the LegendEntryCollection.
Get(int32_t index)Gets the LegendEntry element at the specified index.
GetCount()Gets the number of elements contained in the instance.
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