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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class LineChart : BlazorBootstrapChart<TimeChartItem?>
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    BlazorBootstrapChartNullableTimeChartItem    LineChart

Constructors

LineChartInitializes a new instance of the LineChart class

Methods

See Also