Class TreeMapLevel
Class which represents the tree map level.
Implements
System.IDisposable
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 TreeMapLevel : IDisposable, INotifyPropertyChanged
Constructors
TreeMapLevel()
Initializes a new instance of the TreeMapLevel class.
Declaration
public TreeMapLevel()
Properties
ColorMapping
Gets or sets the mapping value for color.
Declaration
public ColorMapping ColorMapping { get; set; }
Property Value
Type |
---|
ColorMapping |
HeaderHeight
Gets or sets the height of the header.
Declaration
public double HeaderHeight { get; set; }
Property Value
Type |
---|
System.Double |
ItemsGap
Gets or sets the gap for items.
Declaration
public double ItemsGap { get; set; }
Property Value
Type |
---|
System.Double |
LabelPath
Gets or sets the path of the label.
Declaration
public string LabelPath { get; set; }
Property Value
Type |
---|
System.String |
LabelPosition
Gets or sets the position of label.
Declaration
public LabelPositions LabelPosition { get; set; }
Property Value
Type |
---|
LabelPositions |
ShowLabels
Gets or sets a value indicating whether the show labels or not.
Declaration
public bool ShowLabels { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose()
Called to dispose all the objects.
Declaration
public void Dispose()
Events
LabelDrawing
Raise label drawing event when label gets drawn.
Declaration
public event TreeMapLevel.LabelDrawingEventHandler LabelDrawing
Event Type
Type |
---|
TreeMapLevel.LabelDrawingEventHandler |
PropertyChanged
Raised when the property value gets changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.IDisposable
System.ComponentModel.INotifyPropertyChanged