Specifies the location on a Chart where the legend is displayed.
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum LegendPosition |
| Visual Basic |
|---|
Public Enumeration LegendPosition |
| Visual C++ |
|---|
public enum class LegendPosition |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Left | 0 | The legend is placed to the left of the charting area. | |
| Right | 1 | The legend is placed to the right of the charting area. | |
| Top | 2 | The legend is placed above the charting area. | |
| Bottom | 3 | The legend is placed below the charting area. | |
| Center | 4 | The legend is placed within the charting area (though typically not centered on the chart itself). | |
| None | 5 | The legend is invisible. |