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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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