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;
Submit your feedback about this page.
Copyright 1995-2007 © by Steema Software. All Rights Reserved.