Enum LegendBoxPositionXY
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Legend box position for XY Views.
public enum LegendBoxPositionXY
Fields
BottomCenter = 6Bottom center.
BottomLeft = 5Bottom-left.
BottomRight = 7Bottom-right.
LeftCenter = 3Left center.
Manual = 8Manual positioning. Offset specifies the legend boxes top-left corner from the views top-left corner. This differs from TopLeft in that the TopLeft position is calculated from the Graph areas top, not the views.
RightCenter = 4Right center.
SegmentBottomCenter = 13Related segment bottom center.
SegmentBottomLeft = 12Related segment bottom left.
SegmentBottomRight = 14Related segment bottom right.
SegmentLeftMarginCenter = 15Related segment left margin center.
SegmentRightMarginCenter = 16Related segment right margin center.
SegmentTopCenter = 10Related segment top center.
SegmentTopLeft = 9Related segment top left.
SegmentTopRight = 11Related segment top right.
TopCenter = 1Top center.
TopLeft = 0Top-left
TopRight = 2Top-right.