ExcelChartLegendPosition Enumeration
Represents the chart legend position in chart area.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 12.0.0
public enum ExcelChartLegendPosition
Public Enumeration ExcelChartLegendPosition
public enum class ExcelChartLegendPosition
type ExcelChartLegendPosition
Bottom | 0 |
Displays the legend to the bottom of the chart area.
|
TopRight | 1 |
Displays the legend to the to riht corner of the chart area.
|
Top | 2 |
Displays the legend to the top of the chart area.
|
Right | 3 |
Displays the legend to the right of the chart area.
|
Left | 4 |
Displays the legend to the left of the chart area.
|
None | 5 |
The legend has not a preferred position.
|