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+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class BarChart : BlazorBootstrapChart<double?>
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    BlazorBootstrapChartNullableDouble    BarChart

Constructors

BarChartInitializes a new instance of the BarChart class

Methods

See Also