ExcelChartLegendPosition Enumeration |
Represents the chart legend position in chart area.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public enum ExcelChartLegendPosition
Public Enumeration ExcelChartLegendPosition
Members
| Member name | Value | Description |
---|
| 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.
|
See Also