Table of Contents

Enum ChartLegendPosition

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Where the legend sits (c:legendPos).

public enum ChartLegendPosition

Fields

Bottom = 0

Below the plot area.

Top = 1

Above the plot area.

Left = 2

Left of the plot area.

Right = 3

Right of the plot area.

TopRight = 4

The top-right corner, overlapping the plot area.