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

LineStyleModel.DashStyle Property

Gets or sets the value of the LineStyle.DashStyle within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public DashStyle DashStyle { get; set; }

Property Value

Type Description
DashStyle

The style used to paint the line.

Available values:

Name Description
Empty

Specifies that an element’s should be filled using the current appearance settings.

Solid

Specifies a solid line.

Dash

Specifies a line consisting of dashes.

Dot

Specifies a line consisting of dots.

DashDot

Specifies a line consisting of a repeating pattern of dash-dot.

DashDotDot

Specifies a line consisting of a repeating pattern of dash-dot-dot.

See Also