ChartOptions Class

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class ChartOptions
Inheritance
Object    ChartOptions

Constructors

ChartOptionsInitializes a new instance of the ChartOptions class

Properties

Locale Gets or sets the locale. By default, the chart is using the default locale of the platform which is running on.
MaintainAspectRatio Maintain the original canvas aspect ratio (width / height) when resizing. https://www.chartjs.org/docs/latest/configuration/responsive.html#configuration-options.
Plugins Plugin options for the chart.
Responsive Resizes the chart canvas when its container does. https://www.chartjs.org/docs/latest/configuration/responsive.html#configuration-options. ///
Scales Scales for the chart.

See Also