Assembly: Pivot;
Namespace: Prognoz.Platform.Interop.Pivot;
The IPivotCustomDimNaming interface is used to work with custom names of dimension elements.
IPivotCustomDimNaming
To work with the collection of dimension names, use properties and methods of the IPivotDimNamings interface.
| Property name | Brief description | |
| Dimension | The Dimension property returns the dimension, for which elements it is required to set up custom names. | |
| ElementName | The ElementName property returns a custom name of element by its index. | |
| Enabled | The Enabled property determines whether custom names are used for dimension elements. | |
| Expression | The Expression property determines a template of custom element name. |
See also: