Skip to main content

SwiftPlotSeriesView.LineStyle Property

Gets the style settings of the Swift Plot series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public LineStyle LineStyle { get; }

Property Value

Type Description
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