menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeBrushColorMapping - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeBrushColorMapping

    Class which represents the range brush color mapping.

    Inheritance
    System.Object
    ColorMapping
    RangeBrushColorMapping
    Inherited Members
    ColorMapping.EvaluateColorMapping(List<TreeMapItem>)
    ColorMapping.EvaluateColorMapping(List<TreeMapLeafNode>)
    ColorMapping.SetColor(TreeMapLeafNode, Brush)
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved