Indicates the location of the dimension in the slice.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
public enum AxisType |
| Visual Basic (Usage) |
|---|
Dim instance As AxisType |
Members
| Member name | Description | |
|---|---|---|
| Column | Dimension is displayed along the columns.
| |
| Row | Dimension is displayed along the rows.
| |
| Page | Dimension is a page dimension.
|