AnnotationCoordinateMode
StockSharp.Charting
Enumeration constants to define the Coordinate mode used to place an annotation.
フィールド
Absolute : AnnotationCoordinateMode
Absolute, requires that coordinates X1,Y1,X2,Y2 are data-values.
Relative : AnnotationCoordinateMode
Relative, requires that coordinates X1,Y1,X2,Y2 are double values between 0.0 and 1.0.
RelativeX : AnnotationCoordinateMode
RelativeX, requires that coordinates X1,X2 are double values between 0.0 and 1.0, whereas Y1,Y2 are data-values.
RelativeY : AnnotationCoordinateMode
RelativeY, requires that coordinates Y1,Y2 are double values between 0.0 and 1.0, whereas X1,X2 are data-values.