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

MethodDescription
get_Count()Returns the number of ChartLegendEntry in this collection.
GetEnumerator() overrideReturns 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