PolarAreaChart Class

Polar Area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.

Definition

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

Constructors

PolarAreaChartInitializes a new instance of the PolarAreaChart class

Methods

See Also