LayoutPosition

enum LayoutPosition : Enum<LayoutPosition>

The display position of an element relative to the main charting zone.

Entries

Top
Link copied to clipboard
common
Top()
Display the element on top of the main charting zone.
Right
Link copied to clipboard
common
Display the element on the right of the main charting zone.
Bottom
Link copied to clipboard
common
Display the element at the bottom of the main charting zone.
Left
Link copied to clipboard
common
Display the element on the left of the main charting zone.