ChartDataTData Class

Represents the data for a chart.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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