DataLabelAlign
Wisej.Web.Ext.ChartJS.DataLabelAlign
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS (3.2.0.0)
Alignment configuration for ChartJS datalabel. See: positioning.
public enum DataLabelAlign : Enum
Fields
Bottom
The label is positioned to the bottom of the anchor point (90°)
Center
(default): the label is centered on the anchor point.
End
The label is positioned after the anchor point, following the same direction.
Left
The label is positioned to the left of the anchor point (180°)
Right
The label is positioned to the right of the anchor point (0°).
Start
The label is positioned before the anchor point, following the same direction.
Top
The label is positioned to the top of the anchor point (270°)
Used By
Specifies the default alignment for the chart's data labels.
Last updated
Was this helpful?