Enum Legend

Legend enumeration

Specifies the possible options used when rendering view’s legend.

public enum Legend

Values

NameValueDescription
NoLegend0No legend is rendered.
AfterLastPage1The legend is rendered on a separate page after the last page of the project’s pages.
OnEveryPage2The legend is rendered on every page.

See Also