Class LabelPlacement
Enumeration constants to define label placement
Namespace: StockSharp.Xaml.Charting.Visuals.Annotations
Assembly: StockSharp.Xaml.Charting.dll
Syntax
public sealed class LabelPlacement : Enum
Fields
Auto
Automatic Placement (Default)
Declaration
public const LabelPlacement Auto
Field Value
Type | Description |
---|---|
LabelPlacement |
Axis
Places on the axis
Declaration
public const LabelPlacement Axis
Field Value
Type | Description |
---|---|
LabelPlacement |
Bottom
Places at the bottom
Declaration
public const LabelPlacement Bottom
Field Value
Type | Description |
---|---|
LabelPlacement |
BottomLeft
Places on the bottom left
Declaration
public const LabelPlacement BottomLeft
Field Value
Type | Description |
---|---|
LabelPlacement |
BottomRight
Places at the bottom right
Declaration
public const LabelPlacement BottomRight
Field Value
Type | Description |
---|---|
LabelPlacement |
Center
Places at the center
Declaration
public const LabelPlacement Center
Field Value
Type | Description |
---|---|
LabelPlacement |
Left
Places on the left
Declaration
public const LabelPlacement Left
Field Value
Type | Description |
---|---|
LabelPlacement |
Right
Places on the right
Declaration
public const LabelPlacement Right
Field Value
Type | Description |
---|---|
LabelPlacement |
Top
Places at the top
Declaration
public const LabelPlacement Top
Field Value
Type | Description |
---|---|
LabelPlacement |
TopLeft
Places on the top left
Declaration
public const LabelPlacement TopLeft
Field Value
Type | Description |
---|---|
LabelPlacement |
TopRight
Places at the top right
Declaration
public const LabelPlacement TopRight
Field Value
Type | Description |
---|---|
LabelPlacement |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |