Class GroupData
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 class GroupData : TreeMapData, INotifyPropertyChanged
Constructors
GroupData(Object, String, Int32)
Initializes a new instance of the GroupData class.
Declaration
public GroupData(object dataItem, string valuePath, int depth)
Parameters
System.Object
dataItem
The data item. |
System.String
valuePath
The value path. |
System.Int32
depth
The depth. |
GroupData(QueryableCollectionViewGroup, String, Int32)
Initializes a new instance of the GroupData class
from the specified group
.
Declaration
public GroupData(QueryableCollectionViewGroup group, string valuePath, int depth)
Parameters
QueryableCollectionViewGroup
group
The group. |
System.String
valuePath
The value path. |
System.Int32
depth
The depth. |
GroupData(QueryableCollectionViewGroupRoot, String)
Initializes a new instance of the GroupData class
from the specified rootGroup
.
Declaration
public GroupData(QueryableCollectionViewGroupRoot rootGroup, string valuePath)
Parameters
QueryableCollectionViewGroupRoot
rootGroup
The root group. |
System.String
valuePath
The value path. |
Properties
GroupKey
Gets the group key.
Declaration
public string GroupKey { get; }
Property Value
System.String
The group key. |
GroupLevel
Gets the level of the group.
Declaration
public int GroupLevel { get; }
Property Value
System.Int32
The name of the group. |
Value
Gets or sets the value.
Declaration
public override double Value { get; set; }
Property Value
System.Double
The value. |