ChartDataTData Class

Represents the data for a chart.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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