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 : Enum

Fields

NameDescription

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

NameDescription

Specifies the text alignment for the data labels.

Last updated