DoughnutChart Class

Doughnut charts are probably the most commonly used charts.
They are divided into segments, the arc of each segment shows the proportional value of each piece of data.
For more information, visit https://www.chartjs.org/docs/latest/charts/doughnut.html

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class DoughnutChart : BlazorBootstrapChart<double?>
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    BlazorBootstrapChartNullableDouble    DoughnutChart

Constructors

DoughnutChartInitializes a new instance of the DoughnutChart class

Methods

See Also