In This Topic
Represents a TreeMap chart control.
Syntax
'Declaration
<LicenseProviderAttribute()>
<DesignerAttribute(C1.Win.Chart.Design.TreeMapDesigner)>
<C1DescriptionAttribute("TreeMap", "Represents a TreeMap chart control.")>
<ToolboxItemAttribute(True)>
<ToolboxBitmapAttribute(C1.Win.Chart.TreeMap, "FlexChart.png")>
<C1AboutNameAttribute("C1.Win.Chart.TreeMap")>
<DefaultPropertyAttribute("Text")>
<DefaultEventAttribute("Click")>
<DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<ToolboxItemFilterAttribute("System.Windows.Forms")>
<DesignerCategoryAttribute("Component")>
Public Class TreeMap
Inherits FlexChartBase
[LicenseProvider()]
[Designer(C1.Win.Chart.Design.TreeMapDesigner)]
[C1Description("TreeMap", "Represents a TreeMap chart control.")]
[ToolboxItem(true)]
[ToolboxBitmap(C1.Win.Chart.TreeMap, "FlexChart.png")]
[C1AboutName("C1.Win.Chart.TreeMap")]
[DefaultProperty("Text")]
[DefaultEvent("Click")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerCategory("Component")]
public class TreeMap : FlexChartBase
Inheritance Hierarchy
See Also