Class Chart3DDataLabelPosition
Specifies the position of the data labels for the SfChart3D series points.
Inheritance
System.Object
Chart3DDataLabelPosition
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Chart3DDataLabelPosition : Enum
Fields
Bottom
Position the label on bottom of the point.
Declaration
public const Chart3DDataLabelPosition Bottom
Field Value
Middle
Position the label to middle of the point.
Declaration
public const Chart3DDataLabelPosition Middle
Field Value
Top
Position the label on top of the point.
Declaration
public const Chart3DDataLabelPosition Top