# Grid Data Layout

## Content



Use Grid layout when the X-coordinates of each point and the Y-coordinates of each point are always the same distance apart. The following diagram illustrates the characteristics of Grid layout.

![](https://cdn.mescius.io/document-site-files/images/46396fd1-914e-43da-9cb0-e66dcc0ae61b/imagesext/image12_59.png)

![](https://cdn.mescius.io/document-site-files/images/46396fd1-914e-43da-9cb0-e66dcc0ae61b/imagesext/image12_60.png)

The important Grid layout characteristics are:

*   The number of rows and columns, the origins, and the single row and column delta value defines the X/Y grid.
*   The grid spacing for all rows is set by the [RowDelta](/componentone/api/win/online-chart3d/dotnet-framework-api/C1.Win.C1Chart3D.4.8/C1.Win.C1Chart3D.Chart3DDataSetGrid.RowDelta.html) property. The grid spacing for all columns is set by the [ColumnDelta](/componentone/api/win/online-chart3d/dotnet-framework-api/C1.Win.C1Chart3D.4.8/C1.Win.C1Chart3D.Chart3DDataSetGrid.ColumnDelta.html) property.

## See Also

[Irregular Grid Data Layout](/componentone/docs/win/online-chart3d/3dchartfundamentals/3dchartdatalayouts/irregulargriddatalay)