Enum LabelPlacement
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
Enumeration constants to define label placement.
public enum LabelPlacement
- Extension Methods
Fields
Auto = 10
Automatic Placement (Default).
Axis = 8
Places on the axis.
Bottom = 3
Places at the bottom.
BottomLeft = 6
Places on the bottom left.
BottomRight = 2
Places at the bottom right.
Center = 9
Places at the center.
Left = 4
Places on the left.
Right = 0
Places on the right.
Top = 7
Places at the top.
TopLeft = 5
Places on the top left.
TopRight = 1
Places at the top right.