[]
The TreeMap control.
public class C1TreeMap : ChartBase, IDependencyObject, IComponent, IDisposable, ITreeMap, IChartBase, IStyleProvider, IPalette, IBrushConverter
Name | Description |
---|---|
C1TreeMap(Context) | Constructor for android FlexChart |
C1TreeMap(Context, IAttributeSet) | 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 |
---|---|
DrillDown() | Drill down from selected item. |
DrillUp() | Drill up to parent item. |
GetContent(ChartHitTestInfo, string) | |
HitTest(C1Point) | Gets a HitTestInfo object with information about the specified point. |
Invalidate() | Invalidates the chart. |
MaxDepthPropertyChanged(int, int) | |
OnItemsSourceChanged(object) | Called when ItemsSource changes. |
OnPointerPressed(object, C1TappedEventArgs) |
Name | Description |
---|---|
NodeRendered | Fires after rendering node. |
NodeRendering | Fires before rendering node. |