TColorGridSeries.CenteredPoints

TColorGridSeries.CenteredPoints
TColorGridSeries

property CenteredPoints: Boolean;

Unit
TeeSurfa

Description
The "CenteredPoints" property controls how will be "X" and "Z" values considered.

When CenteredPoints is "True" (the default value), X and Z values determine the center point of each grid cell.
When False, the X and Z values define the "corner" values of grid cells.

Thus, when CenteredPoints is "False", there will be one less column and one less row of grid cells.