LegendPositionType
LegendPositionType enum
Determines a position of legend on a chart.
enum class LegendPositionType
Values
| Name | Value | Description |
|---|---|---|
| Bottom | 0 | Specifies that the legend shall be drawn at the bottom of the chart. |
| Left | 1 | Specifies that the legend shall be drawn at the left of the chart. |
| Right | 2 | Specifies that the legend shall be drawn at the right of the chart. |
| Top | 3 | Specifies that the legend shall be drawn at the top of the chart. |
| TopRight | 4 | Specifies that the legend shall be drawn at the top right of the chart. |
See Also
- Namespace Aspose::Slides::Charts
- Library Aspose.Slides