Class RangeBrushColorMapping
Class which represents the range brush color mapping.
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 RangeBrushColorMapping : ColorMapping
Constructors
RangeBrushColorMapping()
Initializes a new instance of the RangeBrushColorMapping class.
Declaration
public RangeBrushColorMapping()
Properties
Brushes
Gets or sets the brush color for range.
Declaration
public List<RangeBrush> Brushes { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<RangeBrush> |
Methods
GetInteractiveColor(List<TreeMapItem>, Double)
Get the interactive color for tree map items.
Declaration
public Brush GetInteractiveColor(List<TreeMapItem> leafnode, double value)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<TreeMapItem> | leafnode | The tree map item leaf node. |
System.Double | value | The color weight value. |
Returns
Type | Description |
---|---|
System.Drawing.Brush | The color value. |