Enum LabelPosition
Defines the data label position. They are, Outer: Positions the label outside the point. Top: Positions the label on top of the point. Bottom: Positions the label at the bottom of the point. Middle: Positions the label to the middle of the point. Auto: Positions the label based on series.
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public enum LabelPosition
Fields
Name | Description |
---|---|
Auto | Auto: Positions the label based on series. |
Bottom | Bottom: Positions the label at the bottom of the point. |
Middle | Middle: Positions the label to the middle of the point. |
Outer | Outer: Positions the label outside the point. |
Top | Top: Positions the label on top of the point. |