Click or drag to resize

ChartDataLabelPosition Enumeration

Indicates position of data labels.

Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ChartDataLabelPosition
Members
Member name Value Description
Bottom 0 Indicates data labelsdisplayed below the data marker.
BestFit 1 Indicates data labelsdisplayed in the best position.
Center 2 Indicates data labelsdisplayed centered on the data marker.
InsideBase 3 Indicates data labelsdisplayed inside the base of the data marker.
InsideEnd 4 Indicates data labelsdisplayed inside the end of the data marker.
Left 5 Indicates data labelsdisplayed to the left of the data marker.
OutsideEnd 6 Indicates data labelsdisplayed outside the end of the data marker.
Right 7 Indicates data labelsdisplayed to the right of the data marker.
Top 8 Indicates data labelsdisplayed above the data marker.
None 9 None
See Also