PolarAreaChartDataset Class

A radar chart is a way of showing multiple data points and the variation between them. They are often useful for comparing the points of two or more different data sets. https://www.chartjs.org/docs/latest/charts/polar.html.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class PolarAreaChartDataset : ChartDataset<double?>
Inheritance
Object    ChartDatasetNullableDouble    PolarAreaChartDataset

Constructors

PolarAreaChartDatasetInitializes a new instance of the PolarAreaChartDataset class

Properties

BorderAlign Supported values are 'center' and 'inner'. When 'center' is set, the borders of arcs next to each other will overlap. When 'inner' is set, it is guaranteed that all borders will not overlap.
BorderDash Arc border length and spacing of dashes.
BorderDashOffset Arc border offset for line dashes.
BorderJoinStyle Arc border join style. Supported values are 'round', 'bevel', 'miter'.
Circular By default, the Arc is curved. If , the Arc will be flat.
HoverBorderDash Arc border length and spacing of dashes when hovered.
HoverBorderDashOffset Arc border offset for line dashes when hovered.
HoverBorderJoinStyle Arc border join style when hovered. Supported values are 'round', 'bevel', 'miter'.

See Also