LegendPosition Enumeration
|
Specifies the possible positions for a chart legend.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum LegendPosition
Public Enumeration LegendPosition
public enum class LegendPosition
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
No legend will be shown for the chart.
|
|
Bottom
|
1
|
Specifies that the legend shall be drawn at the bottom of the chart.
|
|
Left
|
2
|
Specifies that the legend shall be drawn at the left of the chart.
|
|
Right
|
3
|
Specifies that the legend shall be drawn at the right of the chart.
|
|
Top
|
4
|
Specifies that the legend shall be drawn at the top of the chart.
|
|
TopRight
|
5
|
Specifies that the legend shall be drawn at the top right of the chart.
|
See Also