LegendPositionType Enumeration |
Determines a position of legend on a chart.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum LegendPositionType
Public Enumeration LegendPositionType
public enum class LegendPositionType
Members
| Member 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