Class PivotMapGroupData
Represents a data item, which holds the information for a single Rad
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 Pivot
Declaration
public PivotMapGroupData(object dataItem, string valuePath, int depth)
Parameters
System. The data item. |
System. The value path. |
System. The depth. |
PivotMapGroupData(QueryableCollectionViewGroup, String, Int32)
Initializes a new instance of the Pivotgroup
.
Declaration
public PivotMapGroupData(QueryableCollectionViewGroup group, string valuePath, int depth)
Parameters
Queryable The group. |
System. The value path. |
System. The depth. |
PivotMapGroupData(QueryableCollectionViewGroupRoot, String)
Initializes a new instance of the PivotrootGroup
.
Declaration
public PivotMapGroupData(QueryableCollectionViewGroupRoot rootGroup, string valuePath)
Parameters
Queryable The root group. |
System. The value path. |