# Line Charts

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

## Content



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

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

An XY line series can have a border, fill effect, and depth for the line. You can also specify whether the line is jagged or smooth and whether drop lines are displayed. Assigning null for a border or fill effect indicates that the property is unset. Depth is measured relative to the floor grid cell (0 = no depth, 1 = depth of floor grid cell).

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