Class Chart3DDataLabelPosition
Defines the LabelPosition, They are. top - Position the label on top of the point. bottom - Position the label on bottom of the point. middle - Position the label to middle of the point.
Inheritance
System.Object
Chart3DDataLabelPosition
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class Chart3DDataLabelPosition : Enum
Fields
Bottom
Declaration
public const Chart3DDataLabelPosition Bottom
Field Value
Type |
---|
Chart3DDataLabelPosition |
Middle
Declaration
public const Chart3DDataLabelPosition Middle
Field Value
Type |
---|
Chart3DDataLabelPosition |
Top
Declaration
public const Chart3DDataLabelPosition Top
Field Value
Type |
---|
Chart3DDataLabelPosition |