The IAdoMdAxis interface contains properties and methods used to get information about the axis by which the data is formed when executing MDX query.
Each axis is a set of coordinates, that are used to identify cells with data. The axes are formed with dimensions which attributes describe each axis coordinate.
The IAdoMdAxisInfo.Item property returns information about axis.
| Property name | Brief description | |
| The Count property returns the number of coordinates available on the axis. | ||
| The Dim property returns information about the specified dimension. | ||
| The DimCols property returns the number of attributes in the specified dimension, that describe each axis coordinate. | ||
| The DimCount property returns the number of dimensions, used to form certain coordinates on the axis. | ||
| The DimName property returns name of the dimension used to form certain coordinates on the axis. | ||
| The Rowset method returns the cursor with information about the coordinates available on the axis. |
| Method name | Brief description | |
| The Open method returns the cursor with information about the coordinates available on the axis. |
See also: