ClassPivotMapGroupData
Class
Represents a data item, which holds the information for a single RadTreeMapItem under the context of RadPivotMap.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public sealed class PivotMapGroupData : GroupData, INotifyPropertyChanged
Inheritance: objectTreeMapDataGroupDataPivotMapGroupData
Implements:
Inherited Members
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
The group.
valuePath
The value path.
depth
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
The value path.
PivotMapGroupData(object, string, int)
Initializes a new instance of the PivotMapGroupData class.