Back to Devexpress

LineStyleModel.DashStyle Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-linestylemodel-d827987a.md

latest1.6 KB
Original Source

LineStyleModel.DashStyle Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public DashStyle DashStyle { get; set; }
vb
Public Property DashStyle As DashStyle

Property Value

TypeDescription
DashStyle

The style used to paint the line.

|

Available values:

NameDescription
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

LineStyleModel Class

LineStyleModel Members

DevExpress.XtraCharts.Designer Namespace