SwiftPlotDrawOptions.LineStyle Property
In This Article
Gets the Swift Plot series view’s line style settings when implementing custom drawing in the chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Line |
A Line |
#Remarks
Use the LineStyle property to access and modify line style settings (the thickness and dash style) of a Swift Plot series.
See Also