IAnnotationData

StockSharp.Charting

Used to transfer annotation draw data.

Propiedades

CoordinateMode : AnnotationCoordinateMode?

Coordinate mode. Absolute means DateTime for X and Decimal price for Y. Relative means relative to the screen edges: double. 0=top/left, 0.5=center, 1=bottom/right

Fill : Brush

Brush to fill background.

Foreground : Brush

Text color.

HorizontalAlignment : HorizontalAlignment?

Alignment for horizontal lines.

IsEditable : bool?

Whether user can edit annotation.

IsVisible : bool?

Show/hide annotation.

LabelPlacement : LabelPlacement?

Label placement for horizontal and vertical lines.

ShowLabel : bool?

Turn on/off label show for horizontal and vertical lines.

Stroke : Brush

Brush to draw lines and borders.

Text : string

Text for text annotation.

Thickness : Thickness?

Line thickness.

VerticalAlignment : VerticalAlignment?

Alignment for vertical lines.

X1 : IComparable

X1 coordinate for annotation drawing. DateTime for coordinate mode Absolute or RelativeY. Double otherwise.

X2 : IComparable

X2 coordinate for annotation drawing. DateTime for coordinate mode Absolute or RelativeY. Double otherwise.

Y1 : IComparable

Y1 coordinate for annotation drawing. Decimal for coordinate mode Absolute or RelativeX. Double otherwise.

Y2 : IComparable

Y2 coordinate for annotation drawing. Decimal for coordinate mode Absolute or RelativeX. Double otherwise.