DataLabelTextAlignment
Namespace: Wisej.Web.Ext.ChartJS3
Assembly: Wisej.Web.Ext.ChartJS3
Specifies the alignment of the text in a data label. See: formatting.
- C#
- VB.NET
public enum DataLabelTextAlignment : Enum
Public 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 |
|---|---|
| OptionsDataLabels.TextAlign | Specifies the text alignment for the data labels. |