Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / TreeMap Class
Properties Methods

In This Topic
    TreeMap Class Members
    In This Topic

    The following tables list the members exposed by TreeMap.

    Public Constructors
     NameDescription
    Public ConstructorCreates an instance of TreeMap class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the name of the property of the data item that contains the chart value.  
    Public PropertyGets or sets the name of the property that contains the name of the data item.  
    Public PropertyGets or sets the chart type.  
    Public PropertyGets or sets the name of the property of collection that contains child items.  
    Public PropertyGets or sets CSS class name. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the custom palette. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets the data label for data items.  
    Public PropertyGets or sets the footer content. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the footer style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the header content. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the header style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the collection of objects that contains the data for tree map chart.  
    Public PropertyGets or sets the data label.  
    Public PropertyGets or sets the legend group titie style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the legend position. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets which scroll bars should appear in legend. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the legend style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the legend title. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the maximum number of displayed node levels.  
    Public PropertyFires after rendering node.  
    Public PropertyFires before rendering node.  
    Public PropertyGets or sets the chart palette. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets the style of plot area(area inside axes). (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyFires after chart finishes rendering. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyFires before chart starts rendering. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the index of chart selected element. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the selected data item.  
    Public PropertyFires after selected element was changed. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the chart selection mode. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets the seletion style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the chart style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the tooltip template for the series. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Top
    Public Methods
     NameDescription
    Public MethodSuspends notifications until the next call to EndUpdate. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public MethodDisposes the component. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public MethodResumes notifications suspended by calls to BeginUpdate. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public MethodOverridden. Gets a HitTestInfo object with information about the specified point.  
    Public MethodSave chart as an image using specified format. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Top
    See Also