TreeMapGradientColorizer Properties
The colorizer that colors tree map items from the TreeMapGradientColorizer.StartColor to the TreeMapGradientColorizer.EndColor using a gradient.Name | Description |
---|---|
EndColor | Gets or sets the end color of the gradient used to color tree map items. |
StartColor | Gets or sets the start color of the gradient used to color tree map items. |
TypeNameSerializable | Returns the string value that helps the DevExpress Serializer serialize the specific tree map colorizer type. Inherited from TreeMapColorizerBase. |
ValueProvider | Gets or sets a provider of values the colorizer uses to determine colors for treemap items. Inherited from TreeMapColorizerBase. |
See Also