LabelPlacement

StockSharp.Charting

Enumeration constants to define label placement.

Fields

Auto
public const LabelPlacement Auto
value = LabelPlacement.Auto

Automatic Placement (Default).

Axis
public const LabelPlacement Axis
value = LabelPlacement.Axis

Places on the axis.

Bottom
public const LabelPlacement Bottom
value = LabelPlacement.Bottom

Places at the bottom.

BottomLeft
public const LabelPlacement BottomLeft
value = LabelPlacement.BottomLeft

Places on the bottom left.

BottomRight
public const LabelPlacement BottomRight
value = LabelPlacement.BottomRight

Places at the bottom right.

Center
public const LabelPlacement Center
value = LabelPlacement.Center

Places at the center.

Left
public const LabelPlacement Left
value = LabelPlacement.Left

Places on the left.

Right
public const LabelPlacement Right
value = LabelPlacement.Right

Places on the right.

Top
public const LabelPlacement Top
value = LabelPlacement.Top

Places at the top.

TopLeft
public const LabelPlacement TopLeft
value = LabelPlacement.TopLeft

Places on the top left.

TopRight
public const LabelPlacement TopRight
value = LabelPlacement.TopRight

Places at the top right.