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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current 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.
|
ToString()
|
Returns a string that represents the current object.
|
Type(TreeMapColorizerType)
|
Specifies the colorizing algorithm. Mirrors the client-side type option.
|