Table of Contents

Enum AnnotationCoordinateMode

Namespace
StockSharp.Charting
Assembly
StockSharp.Charting.Interfaces.dll

Enumeration constants to define the Coordinate mode used to place an annotation.

public enum AnnotationCoordinateMode
Extension Methods

Fields

Absolute = 0

Absolute, requires that coordinates X1,Y1,X2,Y2 are data-values.

Relative = 1

Relative, requires that coordinates X1,Y1,X2,Y2 are double values between 0.0 and 1.0.

RelativeX = 2

RelativeX, requires that coordinates X1,X2 are double values between 0.0 and 1.0, whereas Y1,Y2 are data-values.

RelativeY = 3

RelativeY, requires that coordinates Y1,Y2 are double values between 0.0 and 1.0, whereas X1,X2 are data-values.