Enum LegendBoxPosition
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Legend box position.
public enum LegendBoxPosition
Fields
BottomCenter = 6Bottom center.
BottomLeft = 5Bottom-left.
BottomRight = 7Bottom-right.
GraphBottomCenter = 13Graph bottom center.
GraphBottomLeft = 12Graph bottom left.
GraphBottomRight = 14Graph bottom right.
GraphLeftMarginCenter = 15Graph left margin center.
GraphRightMarginCenter = 16Graph right margin center.
GraphTopCenter = 10Graph top center.
GraphTopLeft = 9Graph top left.
GraphTopRight = 11Graph top right.
LeftCenter = 3Left center.
Manual = 8Manual positioning.
RightCenter = 4Right center.
TopCenter = 1Top center.
TopLeft = 0Top-left.
TopRight = 2Top-right.