ChartOptions Class

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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