Click or drag to resize

LegendBoxPosition Enumeration

LightningChart .NET Help
Legend box position.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum LegendBoxPosition
Members
  Member nameValueDescription
TopLeft0 Top-left.
TopCenter1 Top center.
TopRight2 Top-right.
LeftCenter3 Left center.
RightCenter4 Right center.
BottomLeft5 Bottom-left.
BottomCenter6 Bottom center.
BottomRight7 Bottom-right.
Manual8 Manual positioning.
GraphTopLeft9 Graph top left.
GraphTopCenter10 Graph top center.
GraphTopRight11 Graph top right.
GraphBottomLeft12 Graph bottom left.
GraphBottomCenter13 Graph bottom center.
GraphBottomRight14 Graph bottom right.
GraphLeftMarginCenter15 Graph left margin center.
GraphRightMarginCenter16 Graph right margin center.
See Also