Table of Contents

TTMSFNCChartSerie.XYToPoint Method

Returns the chart point whose marker is under canvas coordinates (X, Y), or nil when not found.

API unit family: TMSFNCChart Declaring type: TTMSFNCChartSerie

Syntax

function XYToPoint(X, Y: Double): TTMSFNCChartPoint;

Parameters

Name Description
X Canvas x-coordinate to test.
Y Canvas y-coordinate to test.

Returns

Returned value.