Aspose::Words::Drawing::Charts::ChartAxisCollection class

ChartAxisCollection class

Represents a collection of chart axes.

class ChartAxisCollection : public System::Collections::Generic::IEnumerable<System::SharedPtr<Aspose::Words::Drawing::Charts::ChartAxis>>

Methods

MethodDescription
get_Count()Gets the number of axes in this collection.
GetEnumerator() overrideReturns an enumerator object.
GetType() const override
idx_get(int32_t)Gets the axis at the specified index.
Is(const System::TypeInfo&) const override
static Type()

See Also