Enum PivotFieldGroupType

PivotFieldGroupType enumeration

Represents the group type of pivot field.

public enum PivotFieldGroupType

Values

NameValueDescription
None0No group
DateTimeRange1Grouped by DateTime range.
NumbericRange2Grouped by numberic range.
Discrete3Grouped by discrete points.

See Also