The HyperCubeDimensionDef type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| HyperCubeDimensionDef | Initializes a new instance of the HyperCubeDimensionDef class |
Methods
| Name | Description | |
|---|---|---|
| Add |
Add Object with unique basetype to container
(Inherited from DynamicJson.) | |
| GetMember |
Get member from container with specified name
(Inherited from DynamicJson.) | |
| SetMember |
Set member in container to specified value
(Inherited from DynamicJson.) | |
| TryGetMember |
Try to get member from container with specified name
(Inherited from DynamicJson.) | |
| TrySetMember |
Try to set member in container to specified value
(Inherited from DynamicJson.) |
Extension Methods
| Name | Description | |
|---|---|---|
| If | (Defined by DynamicJsonExtensions.) | |
| Switch | (Defined by DynamicJsonExtensions.) |
Properties
| Name | Description | |
|---|---|---|
| Def | ||
| IncludeElemValue | (Inherited from NxDimension.) | |
| LibraryId | Refers to a dimension stored in the library. (Inherited from NxDimension.) | |
| NullSuppression | If set to true, no null values are returned. (Inherited from NxDimension.) | |
| OtherTotalSpec | Sets the dimension limits. Each dimension of a hypercube is configured separately.
Defines if some values (grouped as Others) should be grouped together in the visualization.
For example in a pie chart all values lower than 200 could be grouped together. (Inherited from NxDimension.) | |
| ShowAll | (Inherited from NxDimension.) | |
| ShowTotal | Set it to true to get the total of the values for one dimension. An extra row or column is added to the pivot table depending if the dimension is a left or a top dimension. (Inherited from NxDimension.) |
See Also