ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1TreeMap Class
Members



In This Topic
    C1TreeMap Class
    In This Topic
    The TreeMap control.
    Object Model
    C1TreeMap ClassDataLabel ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle ClassChartStyle Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="canvas", Type=C1.WPF.Chart.RenderCanvas)>
    <LicenseProviderAttribute()>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1TreeMap 
       Inherits FlexChartBase
    'Usage
     
    
    Dim instance As C1TreeMap
    [TemplatePart(Name="canvas", Type=C1.WPF.Chart.RenderCanvas)]
    [LicenseProvider()]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1TreeMap : FlexChartBase 
    [TemplatePart(Name="canvas", Type=C1.WPF.Chart.RenderCanvas)]
    [LicenseProvider()]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class C1TreeMap : public FlexChartBase 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Chart.FlexChartBase
                            C1.WPF.Chart.C1TreeMap

    See Also