Class
PivotMapGroupData

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

Definition

Constructors

PivotMapGroupData(QueryableCollectionViewGroup, string, int)

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

Declaration

cs-api-definition
public PivotMapGroupData(QueryableCollectionViewGroup group, string valuePath, int depth)

Parameters

group

QueryableCollectionViewGroup

The group.

valuePath

string

The value path.

depth

int

The depth.

PivotMapGroupData(QueryableCollectionViewGroupRoot, string)

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

Declaration

cs-api-definition
public PivotMapGroupData(QueryableCollectionViewGroupRoot rootGroup, string valuePath)

Parameters

rootGroup

QueryableCollectionViewGroupRoot

The root group.

valuePath

string

The value path.

PivotMapGroupData(object, string, int)

Initializes a new instance of the PivotMapGroupData class.

Declaration

cs-api-definition
public PivotMapGroupData(object dataItem, string valuePath, int depth)

Parameters

dataItem

object

The data item.

valuePath

string

The value path.

depth

int

The depth.