Skip to main content

DataLabelTextAlignment

Namespace: Wisej.Web.Ext.ChartJS3

Assembly: Wisej.Web.Ext.ChartJS3

Specifies the alignment of the text in a data label. See: formatting.

public enum DataLabelTextAlignment : Enum

Fields

NameDescription
CenterThe text is centered.
EndThe text is right-aligned.
LeftAlias of 'start'.
RightAlias of 'end'.
Start(default): the text is left-aligned.

Used By

NameDescription
OptionsDataLabels.TextAlignSpecifies the text alignment for the data labels.