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
Method | Description |
---|---|
get_Count() | Gets the number of axes in this collection. |
GetEnumerator() override | Returns 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
- Namespace Aspose::Words::Drawing::Charts
- Library Aspose.Words for C++