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