menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapBrushSettings - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeMapBrushSettings

    Provides base settings for brushes used in the SfTreeMap.

    Inheritance
    System.Object
    TreeMapBrushSettings
    TreeMapDesaturationBrushSettings
    TreeMapPaletteBrushSettings
    TreeMapRangeBrushSettings
    TreeMapUniformBrushSettings
    Namespace: Syncfusion.Maui.TreeMap
    Assembly: Syncfusion.Maui.TreeMap.dll
    Syntax
    public class TreeMapBrushSettings : BindableObject
    Remarks

    The brush settings for leaf items customization:

    • TreeMapUniformBrushSettings: Assigns a single color to represent data uniformly.
    • TreeMapRangeBrushSettings: Maps data ranges to a gradient of colors, creating visual distinctions.
    • TreeMapDesaturationBrushSettings: Modifies color saturation based on data values, emphasizing differences.
    • TreeMapPaletteBrushSettings: Utilizes a predefined palette to assign colors to distinct data categories based on their assigned group items or leaf items determined by the PrimaryValuePath mapped value.

    Constructors

    TreeMapBrushSettings()

    Declaration
    public TreeMapBrushSettings()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved