Back to Devexpress

ChartView.DropLines Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-chartview-b83c1b4f.md

latest1.8 KB
Original Source

ChartView.DropLines Property

Provides access to settings used to draw the drop lines in line, area or stock charts.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ChartLineOptions DropLines { get; }
vb
ReadOnly Property DropLines As ChartLineOptions

Property Value

TypeDescription
ChartLineOptions

A ChartLineOptions object containing chart line display options.

|

Remarks

Use the DropLines property to display and modify the drop lines that extend from the data markers to the category axis on a chart, as shown in the image below (the chart is displayed in Microsoft® Excel®)

If you try to display drop lines on a chart that does not support them, an exception occurs.

Note

Currently, the SpeadsheetControl does not display the drop lines on a chart. However, display settings are loaded and stored in supported formats, and you can modify them programmatically.

See Also

ChartView Interface

ChartView Members

DevExpress.Spreadsheet.Charts Namespace