ChartDataTData Class

Represents the data for a chart.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ChartData<TData>
Inheritance
Object    ChartDataTData

Type Parameters

TData
Type the BlazorBootstrapChartTData is based on.

Constructors

ChartDataTDataInitializes a new instance of the ChartDataTData class

Properties

Datasets The datasets for the chart.
Labels The labels for the chart.

See Also