Enum Chart3DDataLabelPosition
Specifies the position of the data labels for the 3D Chart series points.
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public enum Chart3DDataLabelPosition
Fields
| Name | Description |
|---|---|
| Bottom | Position the label on bottom of the point. |
| Middle | Position the label to middle of the point. |
| Top | Position the label on top of the point. |