public Boolean CenteredPoints {get; set;}
Remarks
Default: 0
The "CenteredPoints" property controls how "X" and "Z" values will be 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.
See Also
ColorGrid Class | ColorGrid Members | Steema.TeeChart.Styles Namespace