BarChart Class

A bar chart provides a way of showing data values represented as vertical bars.
It is sometimes used to show trend data, and the comparison of multiple data sets side by side.
For more information, visit https://www.chartjs.org/docs/latest/charts/bar.html

Definition

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

Constructors

BarChartInitializes a new instance of the BarChart class

Methods

See Also