[]
The TreeMap control.
public class C1TreeMap : FlexChartBase
| Name | Description |
|---|---|
| C1TreeMap() | Creates an instance of C1TreeMap. |
| Name | Description |
|---|---|
| BindingNameProperty | Identifies the BindingName dependency property. |
| ChartTypeProperty | Identifies the ChartType dependency property. |
| ChildItemsPathProperty | Identifies the ChildItemsPath dependency property. |
| MaxDepthProperty | Identifies the MaxDepth dependency property. |
| SelectedItemProperty | Identifies the SelectedItem dependency property. |
| Name | Description |
|---|---|
| BindingName | Gets or sets the name of the property that contains the name of the data item. |
| ChartType | Gets or sets the tree map type. |
| ChildItemsPath | Gets or sets the name of the property of collection that contains child items. |
| DataLabel | Gets or sets the data label. |
| MaxDepth | Gets or sets the maximum number of displayed node levels. |
| SelectedItem | Gets or sets the selected data item. |
| Name | Description |
|---|---|
| GetContent(HitTestInfo, string) | Gets the content by specified template. |
| HitTest(Point) | Gets a HitTestInfo object with information about the specified point. |
| Invalidate() | Invalidates the chart. |
| MaxDepthPropertyChanged(DependencyObject, object, object) | |
| OnApplyTemplate() | Invoked when applying control template. |
| OnItemsSourceChanged(object) | |
| OnPointerPressed(PointerRoutedEventArgs) |
| Name | Description |
|---|---|
| NodeRendered | Fires after rendering node. |
| NodeRendering | Fires before rendering node. |