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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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