Class TreeMapDataItemGroup
Inherited Members
Namespace: Telerik.WinControls.UI.TreeMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TreeMapDataItemGroup : TreeMapDataItem, IDataItem, INotifyPropertyChanged, IDisposable
Constructors
TreeMapDataItemGroup()
Declaration
public TreeMapDataItemGroup()
TreeMapDataItemGroup(String)
Declaration
public TreeMapDataItemGroup(string text)
Parameters
System.
|
Properties
Algorithm
Gets or sets the tree map algorithm for this group.
Declaration
public TreeMapAlgorithm Algorithm { get; set; }
Property Value
DataGroup
Gets the data group that is assigned to this group.
Declaration
public Group<TreeMapDataItem> DataGroup { get; }
Property Value
DisplayMember
Gets or sets the display member.
Declaration
public string DisplayMember { get; set; }
Property Value
System.
|
Group
Declaration
public override TreeMapDataItemGroup Group { get; set; }
Property Value
Overrides
Groups
Declaration
public IList<TreeMapDataItemGroup> Groups { get; }
Property Value
System.
|
HeaderHeight
Gets or sets the height of the header.
Declaration
public int? HeaderHeight { get; set; }
Property Value
System.
|
IsAutoGenerated
Declaration
public bool IsAutoGenerated { get; set; }
Property Value
System.
|
Items
Gets the items in this group.
Declaration
public TreeMapGroupedItemsCollection Items { get; }
Property Value
LegendTitle
Gets or sets the legend title.
Declaration
public string LegendTitle { get; set; }
Property Value
System.
|
ParentGroup
Gets or sets the parent group.
Declaration
public TreeMapDataItemGroup ParentGroup { get; set; }
Property Value
Value
Declaration
public override double? Value { get; set; }
Property Value
System.
|
Overrides
ValueMember
Gets or sets the value member.
Declaration
public string ValueMember { get; set; }
Property Value
System.
|
Methods
Dispose()
EvaluateAlgorithm(RectangleF)
Declaration
protected virtual void EvaluateAlgorithm(RectangleF rect)
Parameters
System.
|
GetValues()
Declaration
protected virtual IEnumerable<double> GetValues()
Returns
System.
|
OnNotifyPropertyChanged(PropertyChangedEventArgs)
Declaration
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs args)
Parameters
System.
|