Specifies legend position.
Namespace:
C1.Phone.ChartAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Left | 0 | At left from the chart. | |
| Right | 1 | At right from the chart. | |
| Top | 2 | At top from the chart. | |
| Bottom | 3 | At bottom from the chart. | |
| TopLeft | 4 | Top left position. | |
| TopCenter | 5 | Top center position. | |
| TopRight | 6 | Top right position. | |
| BottomLeft | 7 | Bottom left position. | |
| BottomCenter | 8 | Bottom center position. | |
| BottomRight | 9 | Bottom right position. |