TCustom3DGridSeries.GetXZValue

TCustom3DGridSeries.GetXZValue
TCustom3DGridSeries

function GetXZValue(X, Z: Integer): TChartValue; virtual;

Unit
TeeSurfa

Description
The GetXZValue function returns the corresponding Y value for a given X and Z coordinates.
It calls the OnGetYValue event and returns the calculated value.
It returns zero if OnGetYValue is not assigned.