Anchor Enumeration

The anchor to be used as a point of reference for a ChartDatasetDataLabels.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public enum Anchor

Members

None0 No anchor will be used.
Start1 The anchor will be the start of the dataset.
Center2 The anchor will be the center of the dataset. (this is the default)
End3 The anchor will be the end of the dataset.

See Also