ChartDatasetDataT Class

Individual data item to be used in a ChartDatasetTData.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ChartDatasetData<T>
Inheritance
Object    ChartDatasetDataT

Type Parameters

T
Type the ChartDatasetTData is based on.

Constructors

ChartDatasetDataT Default constructor.

Properties

BackgroundColor Background color for the data item.
BorderColor Border color for the data item.
Data Item to use.
DatasetLabel Label for the data item.

See Also