ChartDatasetTData Class

This type represents a data structure in ChartJS, and is an implementation of

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public class ChartDataset<TData>
Inheritance
Object    ChartDatasetTData
Derived
More

Type Parameters

TData
Type of data that represents a single point. Determined by the type implementing BlazorBootstrapChartTData

Constructors

ChartDatasetTDataInitializes a new instance of the ChartDatasetTData class

Properties

BackgroundColor Get or sets the BackgroundColor.
BorderColor Get or sets the BorderColor.
BorderWidth Get or sets the BorderWidth.
Clip How to clip relative to chartArea. Positive value allows overflow, negative value clips that many pixels inside chartArea. 0 = clip at chartArea. Clipping can also be configured per side: clip: {left: 5, top: false, right: -2, bottom: 0}
Data Get or sets the Data.
Datalabels Label settings for the dataset.
Hidden Configures the visibility state of the dataset. Set it to , to hide the dataset from the chart.
HoverBackgroundColor The background color on hover
HoverBorderColor The border color on hover
HoverBorderWidth The drawing order of dataset. Also affects order for stacking, tooltip and legend.
Label The label for the dataset which appears in the legend and tooltips.
Oid Get unique object id.
Order Order in which to stack the datasets.
Type Gets or sets the chart type.

See Also