Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
protected PointF ConvertPoint(
	double x,
	double y
)
Visual Basic
Protected Function ConvertPoint ( _
	x As Double, _
	y As Double _
) As PointF

Parameters

x
Type: System..::..Double
y
Type: System..::..Double

See Also