Back to Devexpress

SwiftPlotSeriesView.LineStyle Property

corelibraries-devexpress-dot-xtracharts-dot-swiftplotseriesview-93094f1c.md

latest1.8 KB
Original Source

SwiftPlotSeriesView.LineStyle Property

Gets the style settings of the Swift Plot series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle LineStyle { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public ReadOnly Property LineStyle As LineStyle

Property Value

TypeDescription
LineStyle

A LineStyle object that contains line style settings.

|

Remarks

Visually, a series of the Swift Plot type is represented by a line, and the LineStyle property provides access to its style settings (its thickness and line dash style).

See Also

Antialiasing

SwiftPlotSeriesView Class

SwiftPlotSeriesView Members

DevExpress.XtraCharts Namespace