LegendPosition

enum LegendPosition : Enum<LegendPosition>

External layout of a Legend box, where it will be placed on screen.

Entries

Floating
Link copied to clipboard
common
(Default value) Place the Legend if there is enough free space, on the chart drawing zone.
Top
Link copied to clipboard
common
Top()
Place the Legend on the upper part of the chart.
Left
Link copied to clipboard
common
Place the Legend on the left part of the chart.
Right
Link copied to clipboard
common
Place the Legend on the right part of the chart.
Bottom
Link copied to clipboard
common
Place the Legend on the lower part of the chart.