Version

TreeMapChartAppearance Class Members

The following tables list the members exposed by TreeMapChartAppearance.

Public Constructors
 NameDescription
Public ConstructorTreeMapChartAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyBorderColorShape border color.  
Public PropertyBorderWidthWidth of shape borders.  
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyChartTitleText label for the root item.  
Public PropertyColorValueIndexThe index associated with the data that determines the color of the shapes.  
Public PropertyColorValueLabelThe label associated with the data that determines the color of the shapes.  
Public PropertyDisableColorValuesIf true, color values will be disabled for this TreeMap chart.  
Public PropertyIndexOrderThe depth order of the indices of the data source.  
Public PropertyLabelStyleGets or sets the label style.  
Public PropertyMarginThe pixel margin to use around each box in the TreeMapChart.  
Public PropertyPEsThe palette of PaintElements to use for different depths in the chart.  
Public PropertyRotationThe rotation of the tree map chart. Applies only to circular tree maps.  
Public PropertyShowColorIntervalAxisIf true, the chart legend uses a colored axis to represent color intervals. Otherwise, the chart legend uses colored icons to represent color intervals.  
Public PropertyShowHeadersForUnlabeledPointsIf false, space will not be allocated to display the labels of parent nodes if there is no set value for their labels. Also, if this property is set to false, the ChartTitle area will be hidden if there is no ChartTitle set under the TreeMapChartAppearance.ChartTitle property.  
Public PropertyShowLabelsWhether or not to show text labels on the shapes.  
Public PropertySizeValueIndexThe index associated with the data that determines the size of the shapes.  
Public PropertySizeValueLabelThe label associated with the data that determines the size of the shapes.  
Public PropertyStaticLeafPEOptional custom PaintElement for leaf shapes.  
Public PropertyTreeMapTypeDetermines the type of shapes drawn by the tree map chart.  
Public PropertyUseStaticLeafPEWhether or not to use the custom defined PaintElement in the StaticLeafPE property.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
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