PivotMapGroupData
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:
C#
public sealed class PivotMapGroupData : GroupData, INotifyPropertyChanged
Inheritance: objectTreeMapDataGroupDataPivotMapGroupData
Implements:
Inherited Members
Constructors
Initializes a new instance of the PivotMapGroupData class.
Initializes a new instance of the PivotMapGroupData class
from the specified group.
C#
public PivotMapGroupData(QueryableCollectionViewGroup group, string valuePath, int depth)
The group.
valuePathstringThe value path.
depthintThe depth.
Initializes a new instance of the PivotMapGroupData class
from the specified rootGroup.
C#
public PivotMapGroupData(QueryableCollectionViewGroupRoot rootGroup, string valuePath)
The root group.
valuePathstringThe value path.