The X data-value, e.g. value of X1 or X2
The Y data-value, e.g. value of Y1 or Y2
The AnnotationCanvas
The current X SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<T> valid for the current render pass
The current Y SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<T> valid for the current render pass
ToCoordinates Method (AnnotationBase)
Converts a data-values to pixel coordinates
Syntax

Parameters

xDataValue
The X data-value, e.g. value of X1 or X2
yDataValue
The Y data-value, e.g. value of Y1 or Y2
canvas
The AnnotationCanvas
xCoordCalc
The current X SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<T> valid for the current render pass
yCoordCalc
The current Y SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<T> valid for the current render pass

Return Value

The pixel coordinates
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also