AnnotationCoordinateMode

StockSharp.Charting

编号常数来定义用于放置注释的坐标模式.

字段

Absolute
public const AnnotationCoordinateMode Absolute
value = AnnotationCoordinateMode.Absolute

绝对值,要求坐标为X1,Y1,X2,Y2为数据值.

Relative
public const AnnotationCoordinateMode Relative
value = AnnotationCoordinateMode.Relative

相对值,要求坐标为X1,Y1,X2,Y2的为0.0至1.0之间的双值.

RelativeX
public const AnnotationCoordinateMode RelativeX
value = AnnotationCoordinateMode.RelativeX

RelativeX,要求坐标X1,X2为0.0至1.0之间的双值,而Y1,Y2为数据值.

RelativeY
public const AnnotationCoordinateMode RelativeY
value = AnnotationCoordinateMode.RelativeY

RelativeY,要求坐标为 Y1,Y2 的为 0.0至 1.0 之间的双值,而 X1,X2 则为数据值.