The following tables list the members exposed by TreeMapChartAppearance.
Name | Description | |
---|---|---|
TreeMapChartAppearance Constructor | Overloaded. |
Name | Description | |
---|---|---|
BorderColor | Shape border color. | |
BorderWidth | Width of shape borders. | |
ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
ChartTitle | Text label for the root item. | |
ColorValueIndex | The index associated with the data that determines the color of the shapes. | |
ColorValueLabel | The label associated with the data that determines the color of the shapes. | |
DisableColorValues | If true, color values will be disabled for this TreeMap chart. | |
IndexOrder | The depth order of the indices of the data source. | |
LabelStyle | Gets or sets the label style. | |
Margin | The pixel margin to use around each box in the TreeMapChart. | |
PEs | The palette of PaintElements to use for different depths in the chart. | |
Rotation | The rotation of the tree map chart. Applies only to circular tree maps. | |
ShowColorIntervalAxis | If true, the chart legend uses a colored axis to represent color intervals. Otherwise, the chart legend uses colored icons to represent color intervals. | |
ShowHeadersForUnlabeledPoints | If 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. | |
ShowLabels | Whether or not to show text labels on the shapes. | |
SizeValueIndex | The index associated with the data that determines the size of the shapes. | |
SizeValueLabel | The label associated with the data that determines the size of the shapes. | |
StaticLeafPE | Optional custom PaintElement for leaf shapes. | |
TreeMapType | Determines the type of shapes drawn by the tree map chart. | |
UseStaticLeafPE | Whether or not to use the custom defined PaintElement in the StaticLeafPE property. |
Name | Description | |
---|---|---|
dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
Name | Description | |
---|---|---|
AddColorInterval | Adds 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. | |
AddColorValue | Adds a color value to the set of color definitions. The color of shapes whose color value equals Value will be defined by ValueColor. | |
ClearColorIntervals | Clears the set of color definitions for the tree map chart. | |
CopyProperties | Copies this object's properties to another ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance) | |
ToString | Returns a string representation of a ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance) |
Name | Description | |
---|---|---|
CreateInstanceDescriptor | Creates and returns an InstanceDescriptor which represents this ChartTypeAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance) |