TCustom3DGridSeries.NumXValues

TCustom3DGridSeries.NumXValues
TCustom3DGridSeries

property NumXValues: Integer;

Unit
TeeSurfa

Description
Default 20

The NumXValues property indicates the Surface's horizontal 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 NumXValues forces the Surface to recreate all values.