LegendPlacement
StockSharp.Xaml.Charting.ChartModifiers
Enumeration constants to define label placement
Fields
BottomLeft
public const LegendPlacement BottomLeft
value = LegendPlacement.BottomLeft
Places at the bottom left corner
BottomRight
public const LegendPlacement BottomRight
value = LegendPlacement.BottomRight
Places at the bottom right corner
Inside
public const LegendPlacement Inside
value = LegendPlacement.Inside
Places inside the ParentSurface
Left
public const LegendPlacement Left
value = LegendPlacement.Left
Places to the left of the surface
Right
public const LegendPlacement Right
value = LegendPlacement.Right
Places to the right of the surface
TopLeft
public const LegendPlacement TopLeft
value = LegendPlacement.TopLeft
Places at the upper left corner
TopRight
public const LegendPlacement TopRight
value = LegendPlacement.TopRight
Places at the upper right corner