Table of Contents

TTMSFNCChartSerie.XYToSlice Method

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

API unit family: TMSFNCChart Declaring type: TTMSFNCChartSerie

Syntax

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

Parameters

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

Returns

Returned value.