Skip to content

LegendPosition enum

Defined in

Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll Full name: CrissCross.WPF.Plot.LegendPosition Modifiers: public sealed

Summary

        Specifies the position of a legend within a chart or graphical component.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Remarks

Use this enumeration to control where the legend is displayed relative to the chart area. The available positions are Top, Right, and Left. The choice of position may affect the layout and readability of the chart, especially when space is limited.

Values

NameValueDescription
Top0The top.
Right1The right.
Left2The left.