API Reference
Class
ChartLegendPosition
Defines where a chart legend is placed relative to the plot area.
Inheritance
- Object
- ChartLegendPosition
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method Chart.WithLegendPosition
Fields
Bottom #Places the legend below the plot and centers rows horizontally.
Top #Places the legend above the plot and centers rows horizontally.
Left #Places the legend to the left of the plot.
Right #Places the legend to the right of the plot.
TopLeft #Places the legend above the plot and aligns rows left.
TopRight #Places the legend above the plot and aligns rows right.
BottomLeft #Places the legend below the plot and aligns rows left.
BottomRight #Places the legend below the plot and aligns rows right.