AnnotationCoordinateMode
StockSharp.Charting
Enumeration constants to define the Coordinate mode used to place an annotation.
Fields
Absolute
public const AnnotationCoordinateMode Absolute
value = AnnotationCoordinateMode.Absolute
Absolute, requires that coordinates X1,Y1,X2,Y2 are data-values.
Relative
public const AnnotationCoordinateMode Relative
value = AnnotationCoordinateMode.Relative
Relative, requires that coordinates X1,Y1,X2,Y2 are double values between 0.0 and 1.0.
RelativeX
public const AnnotationCoordinateMode RelativeX
value = AnnotationCoordinateMode.RelativeX
RelativeX, requires that coordinates X1,X2 are double values between 0.0 and 1.0, whereas Y1,Y2 are data-values.
RelativeY
public const AnnotationCoordinateMode RelativeY
value = AnnotationCoordinateMode.RelativeY
RelativeY, requires that coordinates Y1,Y2 are double values between 0.0 and 1.0, whereas X1,X2 are data-values.