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.String
text
|
Properties
Algorithm
Gets or sets the tree map algorithm for this group.
Declaration
public TreeMapAlgorithm Algorithm { get; set; }
Property Value
TreeMapAlgorithm
|
DataGroup
Gets the data group that is assigned to this group.
Declaration
public Group<TreeMapDataItem> DataGroup { get; }
Property Value
Group<TreeMapDataItem>
|
DisplayMember
Gets or sets the display member.
Declaration
public string DisplayMember { get; set; }
Property Value
System.String
|
Group
Declaration
public override TreeMapDataItemGroup Group { get; set; }
Property Value
TreeMapDataItemGroup
|
Overrides
Groups
Declaration
public IList<TreeMapDataItemGroup> Groups { get; }
Property Value
System.Collections.Generic.IList<TreeMapDataItemGroup>
|
HeaderHeight
Gets or sets the height of the header.
Declaration
public int? HeaderHeight { get; set; }
Property Value
System.Nullable<System.Int32>
|
IsAutoGenerated
Declaration
public bool IsAutoGenerated { get; set; }
Property Value
System.Boolean
|
Items
Gets the items in this group.
Declaration
public TreeMapGroupedItemsCollection Items { get; }
Property Value
TreeMapGroupedItemsCollection
|
LegendTitle
Gets or sets the legend title.
Declaration
public string LegendTitle { get; set; }
Property Value
System.String
|
ParentGroup
Gets or sets the parent group.
Declaration
public TreeMapDataItemGroup ParentGroup { get; set; }
Property Value
TreeMapDataItemGroup
|
Value
Declaration
public override double? Value { get; set; }
Property Value
System.Nullable<System.Double>
|
Overrides
ValueMember
Gets or sets the value member.
Declaration
public string ValueMember { get; set; }
Property Value
System.String
|
Methods
Dispose()
EvaluateAlgorithm(RectangleF)
Declaration
protected virtual void EvaluateAlgorithm(RectangleF rect)
Parameters
System.Drawing.RectangleF
rect
|
GetValues()
Declaration
protected virtual IEnumerable<double> GetValues()
Returns
System.Collections.Generic.IEnumerable<System.Double>
|
OnNotifyPropertyChanged(PropertyChangedEventArgs)
Declaration
protected override void OnNotifyPropertyChanged(PropertyChangedEventArgs args)
Parameters
System.ComponentModel.PropertyChangedEventArgs
args
|