# Point Charts

You can add an XY point chart to your spreadsheet using Spread for ASP.NET. Learn more in documentation.

## Content



The point chart can be an XY plot such as the one shown in this figure.

![XY Point Chart](https://cdn.mescius.io/document-site-files/images/346c9178-0ed8-4fb9-908b-1565b22fb408/artwork/plottypes-xy-spoint.png)

Each point in an XY point series contains two data values: x and y. Each point is visualized as a point marker.

The point markers in an XY point series or the series can have a border, fill effect, shape, size, and depth. Settings at the point level would have precedence. Assigning null for a border or fill effect indicates that the property is unset. Size is measured in model units. Depth is measured relative to the floor grid cell (0 = no width, 1 = width of floor grid cell).

For more information on the point series object in the API, refer to the [PointSeries](/spreadnet/api/latest/online-asp/FarPoint.Web.Chart/FarPoint.Web.Chart.PointSeries.html) class.