LegendBoxPosition Enumeration |
LightningChart .NET Help
Legend box position.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum LegendBoxPosition
Public Enumeration LegendBoxPosition
public enum class LegendBoxPosition
Members|
| Member name | Value | Description |
|---|
| TopLeft | 0 |
Top-left.
|
| TopCenter | 1 |
Top center.
|
| TopRight | 2 |
Top-right.
|
| LeftCenter | 3 |
Left center.
|
| RightCenter | 4 |
Right center.
|
| BottomLeft | 5 |
Bottom-left.
|
| BottomCenter | 6 |
Bottom center.
|
| BottomRight | 7 |
Bottom-right.
|
| Manual | 8 |
Manual positioning.
|
| GraphTopLeft | 9 |
Graph top left.
|
| GraphTopCenter | 10 |
Graph top center.
|
| GraphTopRight | 11 |
Graph top right.
|
| GraphBottomLeft | 12 |
Graph bottom left.
|
| GraphBottomCenter | 13 |
Graph bottom center.
|
| GraphBottomRight | 14 |
Graph bottom right.
|
| GraphLeftMarginCenter | 15 |
Graph left margin center.
|
| GraphRightMarginCenter | 16 |
Graph right margin center.
|
See Also