Enum LegendPositionType

LegendPositionType enumeration

Enumerates the legend position types.

public enum LegendPositionType

Values

NameValueDescription
Bottom0Displays the legend to the bottom of the chart’s plot area.
Corner1Displays the legend to the corner of the chart’s plot area.
Left4Displays the legend to the left of the chart’s plot area.
NotDocked7Represents that the legend is not docked.
Right3Displays the legend to the right of the chart’s plot area.
Top2Displays the legend to the top of the chart’s plot area.

See Also