[]
        
(Showing Draft Content)

C1.Win.C1Chart.FunctionBase.ConvertPoint

ConvertPoint Method

ConvertPoint(double, double)

Calculates the client coordinates of a point in the PlotArea given data coordinates.

Declaration
protected PointF ConvertPoint(double x, double y)
Parameters
Type Name Description
double x

The X coordinate of point.

double y

The Y coordinate of point.

Returns
Type Description
PointF

The client coordinates of a point in the PlotArea.