ChartDatasetDataLabels Class

Highly customizable Chart.js plugin that displays labels on data for any type of charts. https://chartjs-plugin-datalabels.netlify.app/guide/options.html#options.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ChartDatasetDataLabels
Inheritance
Object    ChartDatasetDataLabels

Constructors

ChartDatasetDataLabelsInitializes a new instance of the ChartDatasetDataLabels class

Properties

Alignment Gets or sets the data labels alignment.
Anchor Gets or sets the data labels anchor.
BorderWidth Width of the border around the data labels.
DataLabelsAlignment Gets or sets the data labels alignment. Possible values: start, center, and end.
DataLabelsAnchor Gets or sets the data labels anchor. Possible values: start, center, and end.

See Also