[]
Represents the C1.Win.Chart.TreeMap properties and methods.
public interface ITreeMap
| Name | Description |
|---|---|
| Binding | Gets the binding (property name) for axis labels. |
| BindingName | Gets the name of the property that contains the name of the data item. |
| ChartType | Gets the chart type. |
| ChildItemsPath | Gets the name of the property of collection that contains child items. |
| DataLabel | Gets the data label for TreeMap items. |
| Items | The hierarchical TreeMap items. |
| MaxDepth | Gets the maximum number of displayed node levels. |
| SelectedItem | Gets the selected TreeMap item. |
| Name | Description |
|---|---|
| GetLegendLabels() | Gets the legend labels. |
| OnLabelRendered(IRenderEngine, string, object, _Point) | Called after rendering label. |
| OnLabelRendering(IRenderEngine, ref string, object, _Point) | Called before rendering label. |
| OnNodeRendered(IRenderEngine, object, double, double, double, double, int, bool) | Render node using arguments. |
| OnNodeRendering(IRenderEngine, object, double, double, double, double, int, bool) | Called before rendering node. |