[]
The TreeMap control.
[TemplatePart(Name = "canvas", Type = typeof(RenderCanvas))]
public class C1TreeMap : FlexChartBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, ITreeMap
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, DependencyPropertyChangedEventArgs) | |
OnApplyTemplate() | Invoked when applying control template. |
OnItemsSourceChanged(object) | |
OnMouseDown(MouseButtonEventArgs) | Invoked during mouse down event. |
Name | Description |
---|---|
NodeRendered | Fires after rendering node. |
NodeRendering | Fires before rendering node. |