DataLabelAlign
Namespace: Wisej.Web.Ext.ChartJS
Assembly: Wisej.Web.Ext.ChartJS
Alignment configuration for ChartJS datalabel. See: positioning.
- C#
- VB.NET
public enum DataLabelAlign : Enum
Public Enum DataLabelAlign As [Enum]
Fields
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| OptionsDataLabel.Align | Specifies the default alignment for the chart's data labels. |