Specifies where data labels render relative to their data point. Used by RadzenSeriesDataLabels.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public enum DataLabelPosition| Name | Description |
|---|---|
| Auto | The position best suited for the series type (above points for line and area series, outside the end of columns and bars, centered for stacked segments), flipping when the label would clip the plot edge. |
| Top | Above the data point. |
| Bottom | Below the data point. |
| Inside | Inside the data point's shape (columns, bars, stacked segments). |
| Center | Centered on the data point. |