Table of Contents

TTMSFNCBarChartSerie.XYToBar Method

Returns the chart point whose bar rectangle contains canvas coordinates (X, Y), or nil when not found.

API unit family: TMSFNCChart Declaring type: TTMSFNCBarChartSerie Inherited from: TTMSFNCChartSerie

Syntax

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

Parameters

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

Returns

Returned value.