Transforms the point from axis data coordinates to the chart view coordinates.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public Point PointFromData(
	Point pt
)
Visual Basic
Public Function PointFromData ( _
	pt As Point _
) As Point

Parameters

pt
Type: System.Windows..::..Point
The point in axis data coordinates.

Return Value

The point in chart view coordinates.

See Also