Specifies legend position.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)

Syntax

C#
public enum LegendPosition
Visual Basic
Public Enumeration LegendPosition
XAML Attribute Usage
<object property="enumerationMemberName" .../>

Members

Member nameValueDescription
Left0 At left from the chart.
Right1 At right from the chart.
Top2 At top from the chart.
Bottom3 At bottom from the chart.
TopLeft4 Top left position.
TopCenter5 Top center position.
TopRight6 Top right position.
BottomLeft7 Bottom left position.
BottomCenter8 Bottom center position.
BottomRight9 Bottom right position.

See Also