LegendDataLabelPosition
LegendDataLabelPosition enumeration
Determines position of data labels.
public enum LegendDataLabelPosition
Values
Name | Value | Description |
---|---|---|
NotDefined | -1 | Position is not defined. |
Bottom | 0 | Specifies that data labels shall be displayed below the data marker. |
BestFit | 1 | Specifies that data labels shall be displayed in the best position. |
Center | 2 | Specifies that data labels shall be displayed centered on the data marker. |
InsideBase | 3 | Specifies that data labels shall be displayed inside the base of the data marker. |
InsideEnd | 4 | Specifies that data labels shall be displayed inside the end of the data marker. |
Left | 5 | Specifies that data labels shall be displayed to the left of the data marker. |
OutsideEnd | 6 | Specifies that data labels shall be displayed outside the end of the data marker. |
Right | 7 | Specifies that data labels shall be displayed to the right of the data marker. |
Top | 8 | Specifies that data labels shall be displayed above the data marker. |
See Also
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides