ChartAxisCollection

ChartAxisCollection

Overview

ChartAxisCollection is a class in Aspose.Words FOSS for .NET. Inherits from: IEnumerable<ChartAxis>.

Represents a collection of chart axes.

This class provides 1 method for working with ChartAxisCollection objects in .NET programs. Available methods include: GetEnumerator. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadGets the number of axes in this collection.

Methods

SignatureDescription
GetEnumerator()Returns an enumerator object.

See Also