The Treemap type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ApplyUserPreferences | Applies user preferences to a newly created visual.
(Inherited from VisualContent.) | |
| AutoConfigure | Configures a newly created visual with reasonable default
values given the current data set.
(Inherited from VisualContent.) | |
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetRenderTrigger | Gets a trigger signaling
that the visualization has changed and needs to be re-rendered.
Note that it does not trigger when highlight changes.
(Inherited from VisualContent.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsConfigurationValid | Determines whether the current plot configuration is valid.
(Inherited from Visualization.) | |
| RefreshOnDemandData |
Refreshes data in data tables that depends on other data and is not automatically updated.
This includes on-demand data with manual refresh, data functions with update behavior Manual
and calculations with update behavior Invalidate.
Only data tables used by this visualization will be included.
(Inherited from Visualization.) | |
| Render | Obsolete. Renders the visual to the specified graphics context.
(Inherited from VisualContent.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetFilterRules |
Try to get the filter rules for the plot.
(Inherited from Visualization.) |
Explicit Interface Implementations
See Also