Class TreeMapItem
Class which represents the tree map items.
Inheritance
System.Object
TreeMapItem
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public class TreeMapItem : INotifyPropertyChanged
Constructors
TreeMapItem()
Initializes a new instance of the TreeMapItem class.
Declaration
public TreeMapItem()
Properties
AreaByWeight
Gets or sets the area by weight.
Declaration
public double AreaByWeight { get; set; }
Property Value
Type |
---|
System.Double |
ChildTreeMapItems
Gets the child tree map items.
Declaration
public List<TreeMapItem> ChildTreeMapItems { get; }
Property Value
Type |
---|
System.Collections.Generic.List<TreeMapItem> |
ColorWeight
Gets or sets the weight of the color value.
Declaration
public double ColorWeight { get; set; }
Property Value
Type |
---|
System.Double |
Data
Gets the data.
Declaration
public object Data { get; }
Property Value
Type |
---|
System.Object |
DefaultWidth
Gets or sets the default width.
Declaration
public double DefaultWidth { get; set; }
Property Value
Type |
---|
System.Double |
Header
Gets or sets the value for header.
Declaration
public string Header { get; set; }
Property Value
Type |
---|
System.String |
HeaderColor
Gets or sets the color of the header.
Declaration
public Brush HeaderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Brush |
HeaderSize
Gets or sets the size of the header.
Declaration
public double HeaderSize { get; set; }
Property Value
Type |
---|
System.Double |
Height
Gets or sets height value.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
ItemHeight
Gets or sets the item height.
Declaration
public double ItemHeight { get; set; }
Property Value
Type |
---|
System.Double |
ItemWidth
Gets or sets the item width.
Declaration
public double ItemWidth { get; set; }
Property Value
Type |
---|
System.Double |
Label
Gets the label.
Declaration
public string Label { get; }
Property Value
Type |
---|
System.String |
LeafNodes
Gets the tree map leaf nodes.
Declaration
public List<TreeMapLeafNode> LeafNodes { get; }
Property Value
Type |
---|
System.Collections.Generic.List<TreeMapLeafNode> |
LeftPosition
Gets or sets the left position.
Declaration
public double LeftPosition { get; set; }
Property Value
Type |
---|
System.Double |
MappedColor
Gets or sets the color mapped.
Declaration
public Brush MappedColor { get; set; }
Property Value
Type |
---|
System.Drawing.Brush |
TopPosition
Gets or sets the top position.
Declaration
public double TopPosition { get; set; }
Property Value
Type |
---|
System.Double |
TreeMapLevel
Gets the level of tree map.
Declaration
public TreeMapLevel TreeMapLevel { get; }
Property Value
Type |
---|
TreeMapLevel |
Weight
Gets or sets the weight.
Declaration
public double Weight { get; set; }
Property Value
Type |
---|
System.Double |
Methods
OnPropertyChanged(String)
Method gets called when the property value changed.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName |
Events
PropertyChanged
Event raised while the property value gets changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged