ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / TreeMap Class
Members

In This Topic
    TreeMap Class
    In This Topic
    Represents a TreeMap chart control.
    Object Model
    TreeMap ClassDataLabel ClassChartTitle ClassChartTitle ClassLegend ClassChartStyle ClassChartStyle ClassChartToolTip Class
    Syntax
    'Declaration
     
    
    <DesignerAttribute(C1.Win.Chart.Design.TreeMapDesigner)>
    <LicenseProviderAttribute()>
    <ToolboxBitmapAttribute(C1.Win.Chart.TreeMap, "FlexChart.png")>
    <ToolboxItemAttribute(True)>
    <C1AboutNameAttribute("C1.Win.Chart.TreeMap")>
    <C1DescriptionAttribute("TreeMap", "Represents a TreeMap chart control.")>
    <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
    [Designer(C1.Win.Chart.Design.TreeMapDesigner)]
    [LicenseProvider()]
    [ToolboxBitmap(C1.Win.Chart.TreeMap, "FlexChart.png")]
    [ToolboxItem(true)]
    [C1AboutName("C1.Win.Chart.TreeMap")]
    [C1Description("TreeMap", "Represents a TreeMap chart control.")]
    [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

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Win.Chart.FlexChartBase
                   C1.Win.Chart.TreeMap

    See Also