TCustom3DGridSeries.ReCreateValues

TCustom3DGridSeries.ReCreateValues
TCustom3DGridSeries

procedure ReCreateValues;

Unit
TeeSurfa

Description
This method forces Surface Series to delete all points and create them again using the OnGetYValue event. The CreateValues method is called using the current X and Z grid dimensions.

Procedure TSurfaceSeries.ReCreateValues;
Begin
CreateValues(NumXValues,NumZValues);
end;