TCustom3DGridSeries.NumZValues

TCustom3DGridSeries.NumZValues
TCustom3DGridSeries

property NumZValues: Integer;

Unit
TeeSurfa

Description
Default 20

The NumZValues property indicates the Surface's depth size in number of points. A Surface is a grid of NumXValues x NumZValues dimensions. You should use the OnGetYValue event to supply the corresponding vertical value for a given pair of "X,Z" coordinates. Changing NumZValues forces the Surface to recreate all values.