Class PivotMapGroupData
Represents a data item, which holds the information for a single RadTreeMapItem under the context of RadPivotMap.
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class PivotMapGroupData : GroupData, INotifyPropertyChanged
Constructors
PivotMapGroupData(Object, String, Int32)
Initializes a new instance of the PivotMapGroupData class.
Declaration
public PivotMapGroupData(object dataItem, string valuePath, int depth)
Parameters
System.Object
dataItem
The data item. |
System.String
valuePath
The value path. |
System.Int32
depth
The depth. |
PivotMapGroupData(QueryableCollectionViewGroup, String, Int32)
Initializes a new instance of the PivotMapGroupData class
from the specified group
.
Declaration
public PivotMapGroupData(QueryableCollectionViewGroup group, string valuePath, int depth)
Parameters
QueryableCollectionViewGroup
group
The group. |
System.String
valuePath
The value path. |
System.Int32
depth
The depth. |
PivotMapGroupData(QueryableCollectionViewGroupRoot, String)
Initializes a new instance of the PivotMapGroupData class
from the specified rootGroup
.
Declaration
public PivotMapGroupData(QueryableCollectionViewGroupRoot rootGroup, string valuePath)
Parameters
QueryableCollectionViewGroupRoot
rootGroup
The root group. |
System.String
valuePath
The value path. |