C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / FlexPie Class
Properties Methods

FlexPie Class Members

The following tables list the members exposed by FlexPie.

Public Constructors
 NameDescription
Public ConstructorCreates an instance of FlexPie class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the animation duration in milliseconds. Default value is 400ms.  
Public PropertyGets or sets the animation settings.  
Public PropertyGets or sets the name of the property that contains numeric values for the pie slices.  
Public PropertyGets or sets the name of the property that contains label for the pie slices and legend.  
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.  
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.  
Public PropertyGets or sets the collection of objects that contains the data for the pie chart.  
Public PropertyGets or sets the data label.  
Public PropertyFires after rendering label.  
Public PropertyFires before rendering label.  
Public PropertyGets or sets the legend group title style. (Inherited from C1.Blazor.Chart.FlexChartBase)
Public PropertyFires when formatting legend item. (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 legend title style. (Inherited from C1.Blazor.Chart.FlexChartBase)
Public PropertyGets or sets the offset of the slices from the pie center.  
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).  
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.  
Public PropertyGets or sets the position of the selected slice.  
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.  
Public PropertyFires before rendering slice.  
Public PropertyGets or sets the starting angle for the pie slices, in degrees.  
Public PropertyGets or sets the chart style. (Inherited from C1.Blazor.Chart.FlexChartBase)
Public PropertyGets or sets the pie titles.  
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