[]
        
(Showing Draft Content)

C1.Win.Chart.TreeMap

TreeMap Class

Represents a TreeMap chart control.

Namespace: C1.Win.Chart
Assembly: C1.Win.FlexChart.4.8.dll
Syntax
[ToolboxBitmap(typeof(TreeMap), "FlexChart.png")]
[C1Description("TreeMap", "Represents a TreeMap chart control.")]
public class TreeMap : FlexChartBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ITreeMap
<ToolboxBitmap(GetType(TreeMap), "FlexChart.png")>
<C1Description("TreeMap", "Represents a TreeMap chart control.")>
Public Class TreeMap
    Inherits FlexChartBase
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, 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.

Methods

Name Description
Dispose(bool)
GetContent(HitTestInfo, string)

Gets the content by specified template.

HitTest(Point)

Gets a HitTestInfo object with information about the specified point.

OnMouseClick(MouseEventArgs)

Raises the MouseClicked event.

OnPaint(PaintEventArgs)

Raises the Paint event.

OnSizeChanged(EventArgs)

Raises the SizeChanged event.

Events

Name Description
NodeRendered

Fires after rendering node.

NodeRendering

Fires before rendering node.