New to Telerik UI for WPFStart a free 30-day trial

Represents a data item, which holds the information for a single RadTreeMapItem under the context of RadPivotMap.

Definition

Constructors

Initializes a new instance of the PivotMapGroupData class.

C#
public PivotMapGroupData(object dataItem, string valuePath, int depth)
Parameters:dataItemobject

The data item.

valuePathstring

The value path.

depthint

The depth.

Initializes a new instance of the PivotMapGroupData class from the specified group.

C#
public PivotMapGroupData(QueryableCollectionViewGroup group, string valuePath, int depth)
Parameters:groupQueryableCollectionViewGroup

The group.

valuePathstring

The value path.

depthint

The depth.

Initializes a new instance of the PivotMapGroupData class from the specified rootGroup.

C#
public PivotMapGroupData(QueryableCollectionViewGroupRoot rootGroup, string valuePath)
Parameters:rootGroupQueryableCollectionViewGroupRoot

The root group.

valuePathstring

The value path.