Class
GroupData

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 class GroupData : TreeMapData, INotifyPropertyChanged

Inheritance: objectTreeMapDataGroupData

Derived Classes: PivotMapGroupData

Implements: INotifyPropertyChanged

Inherited Members TreeMapData.ToString()TreeMapData.OnChildrenChanged(IEnumerable, IEnumerable)TreeMapData.OnDataItemChanged(object, object)TreeMapData.OnDataItemPropertyChanged(object, PropertyChangedEventArgs)TreeMapData.OnPropertyChanged(string)TreeMapData.DepthTreeMapData.HasChildrenTreeMapData.ChildrenTreeMapData.DataItemTreeMapData.LabelTreeMapData.ToolTipAvailableTreeMapData.ToolTipTreeMapData.ToolTipPathTreeMapData.ToolTipTemplateTreeMapData.ToolTipFormatTreeMapData.LabelPathTreeMapData.LabelFormatTreeMapData.ValuePathTreeMapData.PropertyChanged

Constructors

GroupData(QueryableCollectionViewGroup, string, int)

Initializes a new instance of the GroupData class from the specified group.

Declaration

cs-api-definition
public GroupData(QueryableCollectionViewGroup group, string valuePath, int depth)

Parameters

group

QueryableCollectionViewGroup

The group.

valuePath

string

The value path.

depth

int

The depth.

GroupData(QueryableCollectionViewGroupRoot, string)

Initializes a new instance of the GroupData class from the specified rootGroup.

Declaration

cs-api-definition
public GroupData(QueryableCollectionViewGroupRoot rootGroup, string valuePath)

Parameters

rootGroup

QueryableCollectionViewGroupRoot

The root group.

valuePath

string

The value path.

GroupData(object, string, int)

Initializes a new instance of the GroupData class.

Declaration

cs-api-definition
public GroupData(object dataItem, string valuePath, int depth)

Parameters

dataItem

object

The data item.

valuePath

string

The value path.

depth

int

The depth.

Properties

GroupKey

Gets the group key.

Declaration

cs-api-definition
public string GroupKey { get; }

Property Value

string

The group key.

GroupLevel

Gets the level of the group.

Declaration

cs-api-definition
public int GroupLevel { get; }

Property Value

int

The name of the group.

Value

Gets or sets the value.

Declaration

cs-api-definition
public override double Value { get; set; }

Property Value

double

The value.

Overrides TreeMapData.Value