ChartLegendPositionType Enumeration
|
Indicates a position of legend on a chart.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ChartLegendPositionType
Public Enumeration ChartLegendPositionType
public enum class ChartLegendPositionType
type ChartLegendPositionType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
Position is not defined.
|
|
|
Bottom
|
0
|
Indicates the legenddisplay at the bottom of the chart.
|
|
|
Left
|
1
|
Indicates the legenddisplay at the left of the chart.
|
|
|
Right
|
2
|
Indicates the legenddisplay at the right of the chart.
|
|
|
Top
|
3
|
Indicates the legenddisplay at the top of the chart.
|
|
|
TopRight
|
4
|
Indicates the legenddisplay at the top right of the chart.
|
See Also