DataLabelTextAlignment
Wisej.Web.Ext.ChartJS.DataLabelTextAlignment
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS (3.2.0.0)
Specifies the alignment of the text in a data label. See: formatting.
public enum DataLabelTextAlignment : EnumPublic Enum DataLabelTextAlignment As [Enum]Fields
Name
Description
Center
The text is centered.
End
The text is right-aligned.
Left
Alias of 'start'.
Right
Alias of 'end'.
Start
(default): the text is left-aligned.
Used By
Name
Description
Specifies the text alignment for the data labels.
Last updated
Was this helpful?