Specifies the location on a Chart where the legend is displayed.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum LegendPosition
Visual Basic
Public Enumeration LegendPosition
Visual C++
public enum class LegendPosition

Members

Member nameValueDescription
Left0 The legend is placed to the left of the charting area.
Right1 The legend is placed to the right of the charting area.
Top2 The legend is placed above the charting area.
Bottom3 The legend is placed below the charting area.
Center4 The legend is placed within the charting area (though typically not centered on the chart itself).
None5 The legend is invisible.

See Also