Table of Contents

TTMSFNCBarChartSerie.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: TTMSFNCBarChartSerie Inherited from: 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.