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
Type |
---|
Chart3DDataLabelPosition |
Middle
Position the label to middle of the point.
Declaration
public const Chart3DDataLabelPosition Middle
Field Value
Type |
---|
Chart3DDataLabelPosition |
Top
Position the label on top of the point.
Declaration
public const Chart3DDataLabelPosition Top
Field Value
Type |
---|
Chart3DDataLabelPosition |