Class TreeMapBrushSettings
Provides base settings for brushes used in the SfTreeMap.
Inheritance
System.Object
TreeMapBrushSettings
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()