TCustom3DGridSeries.ReCreateValues
 
 
 

All Units  All Classes  Properties, Methods and Events  

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;



Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.