Aspose::Cells::Charts::LegendEntryCollection class
LegendEntryCollection class
Represents a collection of all the LegendEntry objects in the specified chart legend.
class LegendEntryCollection
Methods
Method | Description |
---|---|
Get(int32_t index) | Gets the LegendEntry element at the specified index. |
GetCount() | |
IsNull() const | Checks whether the implementation object is nullptr. |
LegendEntryCollection(LegendEntryCollection_Impl* impl) | Constructs from an implementation object. |
LegendEntryCollection(const LegendEntryCollection& src) | Copy constructor. |
explicit operator bool() const | operator bool() |
operator=(const LegendEntryCollection& src) | operator= |
~LegendEntryCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++