Back to Devexpress

LineDrawOptions.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-linedrawoptions.md

latest1.4 KB
Original Source

LineDrawOptions.LineStyle Property

Gets the line series view’s line style settings when implementing custom drawing in the chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public LineStyle LineStyle { get; }
vb
Public ReadOnly Property LineStyle As LineStyle

Property Value

TypeDescription
LineStyle

A LineStyle object which represents the line style options for the line series view.

|

Remarks

Use the LineStyle property to access and modify line style settings (such as the thickness and dash style) of the line series view.

See Also

LineStyle

LineDrawOptions Class

LineDrawOptions Members

DevExpress.XtraCharts Namespace