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

In This Topic
    Sunburst Class Members
    In This Topic

    The following tables list the members exposed by Sunburst.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the animation duration in milliseconds. Default value is 400ms. (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyGets or sets the animation settings. (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyGets or sets the name of the property that contains numeric values for the pie slices. (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyGets or sets the name of the property that contains label for the pie slices and legend. (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyGets or sets the name of the property (or properties) used to generate child items in hierarchical data. Set this property to a string to specify the name of the property that contains an item's child items (e.g. Items). If items at different levels child items with different names, then set this property to an array containing the names of the properties. that contains child items at each level. (e.g. "accounts,checks,earnings")  
    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 chart data label. (Inherited from C1.Blazor.Chart.FlexPie)
    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 size of the pie's inner radius. (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyGets or sets the collection of objects that contains the data for the pie chart. (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyGets or sets the data label. (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyFires after rendering label. (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyFires before rendering label. (Inherited from C1.Blazor.Chart.FlexPie)
    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 offset of the slices from the pie center. (Inherited from C1.Blazor.Chart.FlexPie)
    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 a value that determines whether angles are reversed (counter-clockwise). (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyGets or sets the index of chart selected element. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the offset of the selected slice from the pie center. (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyGets or sets the position of the selected slice. (Inherited from C1.Blazor.Chart.FlexPie)
    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 PropertyFires after rendering slice. (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyFires before rendering slice. (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyGets or sets the starting angle for the pie slices, in degrees. (Inherited from C1.Blazor.Chart.FlexPie)
    Public PropertyGets or sets the chart style. (Inherited from C1.Blazor.Chart.FlexChartBase)
    Public PropertyGets or sets the pie titles. (Inherited from C1.Blazor.Chart.FlexPie)
    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 MethodGets a HitTestInfo object with information about the specified point. (Inherited from C1.Blazor.Chart.FlexPie)
    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