[]
        
(Showing Draft Content)

C1.Android.Chart.C1TreeMap

C1TreeMap Class

The TreeMap control.

Inheritance
C1TreeMap
Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public class C1TreeMap : ChartBase, IDependencyObject, IComponent, IDisposable, ITreeMap, IChartBase, IStyleProvider, IPalette, IBrushConverter

Constructors

Name Description
C1TreeMap(Context)

Constructor for android FlexChart

C1TreeMap(Context, IAttributeSet)

Creates an instance of C1TreeMap.

Fields

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.

Properties

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.

Methods

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)

Events

Name Description
NodeRendered

Fires after rendering node.

NodeRendering

Fires before rendering node.