Table of Contents

Class Donut

Namespace
MudBlazor.Charts
Assembly
MudBlazor.dll

Represents a chart which displays values as ring shape.

public class Donut : MudCategoryChartBase, IComponent, IHandleEvent, IHandleAfterRender, IMudStateHasChanged
Inheritance
Donut
Implements
Inherited Members
Extension Methods

Constructors

Donut()

public Donut()

Properties

MudChartParent

The chart, if any, containing this component.

[CascadingParameter]
public MudChart? MudChartParent { get; set; }

Property Value

MudChart

ParentHeight

protected string? ParentHeight { get; }

Property Value

string

ParentWidth

protected string? ParentWidth { get; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnParametersSet()

protected override void OnParametersSet()

See Also