Table of Contents

Enum LegendBoxPositionXY

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Legend box position for XY Views.

public enum LegendBoxPositionXY

Fields

BottomCenter = 6

Bottom center.

BottomLeft = 5

Bottom-left.

BottomRight = 7

Bottom-right.

LeftCenter = 3

Left center.

Manual = 8

Manual 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 = 4

Right center.

SegmentBottomCenter = 13

Related segment bottom center.

SegmentBottomLeft = 12

Related segment bottom left.

SegmentBottomRight = 14

Related segment bottom right.

SegmentLeftMarginCenter = 15

Related segment left margin center.

SegmentRightMarginCenter = 16

Related segment right margin center.

SegmentTopCenter = 10

Related segment top center.

SegmentTopLeft = 9

Related segment top left.

SegmentTopRight = 11

Related segment top right.

TopCenter = 1

Top center.

TopLeft = 0

Top-left

TopRight = 2

Top-right.