# Point Charts

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

## Content



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

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

Each point in an XYZ point series has three data values: x, y, and z. Each point is visualized as a point marker.

The point markers in an XYZ series or the series can be assigned a border, fill effect, shape, and a size. Settings at the point level have precedence. Assigning null for a border or fill effect indicates that the property is unset. Size is measured in model units.

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