LineChart Class

A line chart is a way of plotting data points on a line. Often, it is used to show trend data, or the comparison of two data sets.
For more information, visit https://www.chartjs.org/docs/latest/charts/line.html

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class LineChart : BlazorBootstrapChart<TimeChartItem?>
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    BlazorBootstrapChartNullableTimeChartItem    LineChart

Constructors

LineChartInitializes a new instance of the LineChart class

Methods

See Also