Version 24.2 (latest)

TreeMapChartAppearance Class Methods

For a list of all members of this type, see TreeMapChartAppearance members.

Public Methods
 NameDescription
Public MethodAddColorIntervalAdds a color range to the set of color definitions. The color of shapes whose color values fall within the supplied range is defined on a gradient between StartColor and EndColor. Be sure to define the ColorValueLabel property.  
Public MethodAddColorValueAdds a color value to the set of color definitions. The color of shapes whose color value equals Value will be defined by ValueColor.  
Public MethodClearColorIntervalsClears the set of color definitions for the tree map chart.  
Public MethodCopyPropertiesCopies this object's properties to another ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Public MethodToStringReturns a string representation of a ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected Methods
 NameDescription
Protected MethodCreateInstanceDescriptorCreates and returns an InstanceDescriptor which represents this ChartTypeAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
See Also