[]
        
(Showing Draft Content)

C1.Chart.ITreeMap

ITreeMap Interface

Represents the C1.Win.Chart.TreeMap properties and methods.

Namespace: C1.Chart
Assembly: C1.Chart.dll
Syntax
public interface ITreeMap

Properties

Name Description
Binding

Gets the binding (property name) for axis labels.

BindingName

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

ChartType

Gets the chart type.

ChildItemsPath

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

DataLabel

Gets the data label for TreeMap items.

Items

The hierarchical TreeMap items.

MaxDepth

Gets the maximum number of displayed node levels.

SelectedItem

Gets the selected TreeMap item.

Methods

Name Description
GetLegendLabels()

Gets the legend labels.

OnLabelRendered(IRenderEngine, string, object, _Point)

Called after rendering label.

OnLabelRendering(IRenderEngine, ref string, object, _Point)

Called before rendering label.

OnNodeRendered(IRenderEngine, object, double, double, double, double, int, bool)

Render node using arguments.

OnNodeRendering(IRenderEngine, object, double, double, double, double, int, bool)

Called before rendering node.

Extension Methods