Class Pie
Represents a chart which displays values as a percentage of a circle.
public class Pie : MudCategoryChartBase, IComponent, IHandleEvent, IHandleAfterRender, IMudStateHasChanged
- Inheritance
-
Pie
- Implements
- Inherited Members
- Extension Methods
Constructors
Pie()
public Pie()
Properties
CircleDonutRatio
Defines the ratio of the circle to the donut hole.
[Parameter]
[Category("Appearance")]
public double CircleDonutRatio { get; set; }
Property Value
Remarks
1.0 = full circle, 0.25 = donut with 25% radius thickness 75% hole.
MudChartParent
The chart, if any, containing this component.
[CascadingParameter]
public MudChart? MudChartParent { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
OnParametersSet()
protected override void OnParametersSet()