Skip to main content
A newer version of this page is available. .

SwiftPlotSeriesView.LineStyle Property

Gets the style settings of the Swift Plot series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[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