AnnotationCoordinates

StockSharp.Xaml.Charting.Visuals.Annotations

Used internally by the Annotation API. Struct to hold transformed coordinates for placement of an annotation on the chart.

Fields

X1Coord
public double X1Coord
value = annotationCoordinates.X1Coord

Gets or sets the X1 coordinate.

X2Coord
public double X2Coord
value = annotationCoordinates.X2Coord

Gets or sets the X2 coordinate.

XOffset
public double XOffset
value = annotationCoordinates.XOffset

Gets or sets the offset of the YAxis which the annotation is associated with.

Y1Coord
public double Y1Coord
value = annotationCoordinates.Y1Coord

Gets or sets the Y1 coordinate.

Y2Coord
public double Y2Coord
value = annotationCoordinates.Y2Coord

Gets or sets the Y2 coordinate.

YOffset
public double YOffset
value = annotationCoordinates.YOffset

Gets or sets the offset of the YAxis which the annotation is associated with.