Aspose::Words::Drawing::Charts::ChartLegendEntryCollection class
ChartLegendEntryCollection class
Represents a collection of chart legend entries. To learn more, visit the Working with Charts documentation article.
class ChartLegendEntryCollection : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Words::Drawing::Charts::ChartLegendEntry>>
Methods
Method | Description |
---|---|
get_Count() | Returns the number of ChartLegendEntry in this collection. |
GetEnumerator() override | Returns an enumerator object. |
GetType() const override | |
idx_get(int32_t) | Returns ChartLegendEntry for the specified index. |
Is(const System::TypeInfo&) const override | |
static Type() |
See Also
- Namespace Aspose::Words::Drawing::Charts
- Library Aspose.Words for C++