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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class BarChart : BlazorBootstrapChart<double?>
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    BlazorBootstrapChartNullableDouble    BarChart

Constructors

BarChartInitializes a new instance of the BarChart class

Methods

See Also