PivotDiscreteGroupSettings
PivotDiscreteGroupSettings class
Rrepsents the discrete group of pivot field
class PivotDiscreteGroupSettings extends PivotFieldGroupSettings;
Constructors
| Name | Description |
|---|---|
| constructor(PivotFieldGroupSettings) | Constructs from a parent object convertible to this. |
Properties
| Property | Type | Description |
|---|---|---|
| items | CustomPiovtFieldGroupItem[] | Readonly. Gets the discrete items. |
Methods
| Method | Description |
|---|---|
| getType() | Gets the group type. |
constructor(PivotFieldGroupSettings)
Constructs from a parent object convertible to this.
constructor(obj: PivotFieldGroupSettings);
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | PivotFieldGroupSettings | The parent object. |
items
Readonly. Gets the discrete items.
items : CustomPiovtFieldGroupItem[];
getType()
Gets the group type.
getType() : PivotFieldGroupType;
Returns