ChartLayout Class

Namespace: options.layout, the global options for the chart layout is defined in Chart.defaults.layout. https://www.chartjs.org/docs/latest/configuration/layout.html#layout.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ChartLayout
Inheritance
Object    ChartLayout

Constructors

ChartLayoutInitializes a new instance of the ChartLayout class

Properties

AutoPadding Apply automatic padding so visible elements are completely drawn.
Padding The padding to add inside the chart.

See Also