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

SwiftPlotSeriesViewModel.LineStyle Property

Returns the model of the line style of the modeled swift plot series view.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
[AllocateToGroup("Line Style")]
public LineStyleModel LineStyle { get; }

Property Value

Type Description
LineStyleModel

The model of the line style.

See Also