Aspose::Cells::Charts::LegendEntryCollection class
Contents
[
Hide
]LegendEntryCollection class
Represents a collection of all the LegendEntry objects in the specified chart legend.
class LegendEntryCollection
Methods
| Method | Description |
|---|---|
| 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() 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++