Represents special 'other' dimension key used in TopPivotTable for grouping rows/columns that exceed limit.
Inheritance Hierarchy
NReco.PivotDataTopPivotTableOtherKey
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The TopPivotTableOtherKey type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TopPivotTableOtherKey | Initializes a new instance of the TopPivotTableOtherKey class |
Properties
| Name | Description | |
|---|---|---|
| Text |
Gets or sets 'other' key label text (default value is '...').
|
Methods
| Name | Description | |
|---|---|---|
| CompareTo | ||
| Equals | (Overrides ObjectEquals(Object).) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
See Also