Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeMapColorizerBuilder Members

In This Article
Provides methods that allow you to configure nested options of the client-side colorizer object.

#Constructors

Name Description
TreeMapColorizerBuilder(OptionsOwnerContext) For internal use only. Initializes a new TreeMapColorizerBuilder class instance.

#Methods
Show Inherited Hide Inherited

Name Description
ColorCodeField(JS) Specifies the name of the data source field whose values define the color of a tile. Applies only if the type property is 'gradient' or 'range'. Mirrors the client-side colorCodeField option.
ColorCodeField(String) Specifies the name of the data source field whose values define the color of a tile. Applies only if the type property is 'gradient' or 'range'. Mirrors the client-side colorCodeField option.
ColorizeGroups(JS) Specifies whether or not all tiles in a group must be colored uniformly. Applies only if the type property is 'discrete'. Mirrors the client-side colorizeGroups option.
ColorizeGroups(Boolean) Specifies whether or not all tiles in a group must be colored uniformly. Applies only if the type property is 'discrete'. Mirrors the client-side colorizeGroups option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
Palette(JS) Sets the palette to be used to colorize tiles. Mirrors the client-side palette option.
Palette(VizPalette) Sets the palette to be used to colorize tiles. Mirrors the client-side palette option.
Palette(IEnumerable<String>) Sets the palette to be used to colorize tiles. Mirrors the client-side palette option.
PaletteExtensionMode(VizPaletteExtensionMode) Specifies what to do with colors in the palette when their number is less than the number of treemap tiles. Mirrors the client-side paletteExtensionMode option.
Range(JS) Allows you to paint tiles with similar values uniformly. Applies only if the type property is 'gradient' or 'range'. Mirrors the client-side range option.
Range(IEnumerable<Double>) Allows you to paint tiles with similar values uniformly. Applies only if the type property is 'gradient' or 'range'. Mirrors the client-side range option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
Type(TreeMapColorizerType) Specifies the colorizing algorithm. Mirrors the client-side type option.
See Also