SwiftPlotSeriesView.LineStyle Property
Gets the style settings of the Swift Plot series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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