Name | Description | |
---|---|---|
Sunburst Constructor |
The following tables list the members exposed by Sunburst.
Name | Description | |
---|---|---|
Sunburst Constructor |
Name | Description | |
---|---|---|
AnimationDuration | Gets or sets the animation duration in milliseconds. Default value is 400ms. (Inherited from C1.Blazor.Chart.FlexPie) | |
AnimationSettings | Gets or sets the animation settings. (Inherited from C1.Blazor.Chart.FlexPie) | |
Binding | Gets or sets the name of the property that contains numeric values for the pie slices. (Inherited from C1.Blazor.Chart.FlexPie) | |
BindingName | Gets or sets the name of the property that contains label for the pie slices and legend. (Inherited from C1.Blazor.Chart.FlexPie) | |
ChildItemsPath | Gets 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" ) | |
Class | Gets or sets CSS class name. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
CustomPalette | Gets or sets the custom palette. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
DataLabel | Gets the chart data label. (Inherited from C1.Blazor.Chart.FlexPie) | |
FooterContent | Gets or sets the footer content. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
FooterStyle | Gets or sets the footer style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
HeaderContent | Gets or sets the header content. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
HeaderStyle | Gets or sets the header style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
InnerRadius | Gets or sets the size of the pie's inner radius. (Inherited from C1.Blazor.Chart.FlexPie) | |
ItemsSource | Gets or sets the collection of objects that contains the data for the pie chart. (Inherited from C1.Blazor.Chart.FlexPie) | |
Label | Gets or sets the data label. (Inherited from C1.Blazor.Chart.FlexPie) | |
LabelRendered | Fires after rendering label. (Inherited from C1.Blazor.Chart.FlexPie) | |
LabelRendering | Fires before rendering label. (Inherited from C1.Blazor.Chart.FlexPie) | |
LegendGroupHeaderStyle | Gets or sets the legend group title style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
LegendPosition | Gets or sets the legend position. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
LegendScrollbars | Gets or sets which scroll bars should appear in legend. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
LegendStyle | Gets or sets the legend style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
LegendTitle | Gets or sets the legend title. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
LegendTitleStyle | Gets or sets the legend title style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
Offset | Gets or sets the offset of the slices from the pie center. (Inherited from C1.Blazor.Chart.FlexPie) | |
Palette | Gets or sets the chart palette. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
PlotStyle | Gets the style of plot area(area inside axes). (Inherited from C1.Blazor.Chart.FlexChartBase) | |
Rendered | Fires after chart finishes rendering. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
Rendering | Fires before chart starts rendering. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
Reversed | Gets or sets a value that determines whether angles are reversed (counter-clockwise). (Inherited from C1.Blazor.Chart.FlexPie) | |
SelectedIndex | Gets or sets the index of chart selected element. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
SelectedItemOffset | Gets or sets the offset of the selected slice from the pie center. (Inherited from C1.Blazor.Chart.FlexPie) | |
SelectedItemPosition | Gets or sets the position of the selected slice. (Inherited from C1.Blazor.Chart.FlexPie) | |
SelectionChanged | Fires after selected element was changed. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
SelectionMode | Gets or sets the chart selection mode. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
SelectionStyle | Gets the seletion style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
SliceRendered | Fires after rendering slice. (Inherited from C1.Blazor.Chart.FlexPie) | |
SliceRendering | Fires before rendering slice. (Inherited from C1.Blazor.Chart.FlexPie) | |
StartAngle | Gets or sets the starting angle for the pie slices, in degrees. (Inherited from C1.Blazor.Chart.FlexPie) | |
Style | Gets or sets the chart style. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
Titles | Gets or sets the pie titles. (Inherited from C1.Blazor.Chart.FlexPie) | |
Tooltip | Gets or sets the tooltip template for the series. (Inherited from C1.Blazor.Chart.FlexChartBase) |
Name | Description | |
---|---|---|
BeginUpdate | Suspends notifications until the next call to EndUpdate. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
Dispose | Disposes the component. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
EndUpdate | Resumes notifications suspended by calls to BeginUpdate. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
HitTest | Gets a HitTestInfo object with information about the specified point. (Inherited from C1.Blazor.Chart.FlexPie) | |
SaveImage | Save chart as an image using specified format. (Inherited from C1.Blazor.Chart.FlexChartBase) | |
SetParametersAsync | (Inherited from Microsoft.AspNetCore.Components.ComponentBase) |