[]
        
(Showing Draft Content)

C1.Chart.Standard.TreeMap

TreeMap Class

Represents a TreeMap chart control.

Inheritance
TreeMap
Implements
Namespace: C1.Chart.Standard
Assembly: C1.Chart.dll
Syntax
public class TreeMap : FlexChartBase, ITreeMap

Constructors

Name Description
TreeMap()

Creates an instance of TreeMap class.

Properties

Name Description
Binding

Gets or sets the name of the property of the data item that contains the chart value.

BindingName

Gets or sets the name of the property that contains the name of the data item.

ChartType

Gets or sets the chart type.

ChildItemsPath

Gets or sets the name of the property of collection that contains child items.

DataLabel

Gets the data label for data items.

DataSource

Gets or sets the collection of objects that contains the data for tree map chart.

MaxDepth

Gets or sets the maximum number of displayed node levels.

SelectedItem

Gets or sets the selected data item.

Extension Methods