ig.excel.LegendPosition
Dependencies
-
bottom
- Type:
- ig.excel.LegendPosition
- Default:
- 0
The legend appears at the bottom of the chart.
-
bottomLeft
- Type:
- ig.excel.LegendPosition
- Default:
- 8
The legend appears near the bottom left corner of the chart. Supported only for Histogram, Pareto, Treemap, Sunburst, Box and Whisker, and Waterfall chart types.
-
bottomRight
- Type:
- ig.excel.LegendPosition
- Default:
- 9
The legend appears near the bottom right corner of the chart. Supported only for Histogram, Pareto, Treemap, Sunburst, Box and Whisker, and Waterfall chart types.
-
custom
- Type:
- ig.excel.LegendPosition
- Default:
- 5
The legend's size and location is determined by the Legend.left, Legend.top, Legend.width, and Legend.height properties.
-
default
- Type:
- ig.excel.LegendPosition
- Default:
- 6
The legend position is determined automatically by Excel.
-
left
- Type:
- ig.excel.LegendPosition
- Default:
- 1
The legend appears near the left edge of the chart.
-
right
- Type:
- ig.excel.LegendPosition
- Default:
- 2
The legend appears near the right edge of the chart.
-
top
- Type:
- ig.excel.LegendPosition
- Default:
- 3
The legend appears at the top of the chart.
-
topLeft
- Type:
- ig.excel.LegendPosition
- Default:
- 7
The legend appears near the top left corner of the chart. Supported only for Histogram, Pareto, Treemap, Sunburst, Box and Whisker, and Waterfall chart types.
-
topRight
- Type:
- ig.excel.LegendPosition
- Default:
- 4
The legend appears near the top right corner of the chart.