Back to Devexpress

SwiftPlotDrawOptions.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-swiftplotdrawoptions.md

latest1.6 KB
Original Source

SwiftPlotDrawOptions.LineStyle Property

Gets the Swift Plot 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 Swift Plot series view.

|

Remarks

Use the LineStyle property to access and modify line style settings (the thickness and dash style) of a Swift Plot series.

See Also

LineStyle

SwiftPlotDrawOptions Class

SwiftPlotDrawOptions Members

DevExpress.XtraCharts Namespace