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

AreaSeriesViewBaseModel.LineStyle Property

Gets or sets the model of the line style used by the modeled view.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[Browsable(false)]
public LineStyleModel LineStyle { get; set; }

Property Value

Type Description
LineStyleModel

The model of the line style.

See Also