LegendPositionType Enum
LegendPositionType Enum
Enumerates the legend position types.
type LegendPositionType int32
Fields
| Field | Description |
|---|---|
| Bottom | Displays the legend to the bottom of the chart’s plot area. |
| Corner | Displays the legend to the corner of the chart’s plot area. |
| Left | Displays the legend to the left of the chart’s plot area. |
| NotDocked | Represents that the legend is not docked. |
| Right | Displays the legend to the right of the chart’s plot area. |
| Top | Displays the legend to the top of the chart’s plot area. |