Back to Devexpress

ChartIndicatorBase.DashStyle Property

dashboard-devexpress-dot-dashboardcommon-dot-chartindicatorbase.md

latest1.6 KB
Original Source

ChartIndicatorBase.DashStyle Property

Specifies the dash style used to paint the line.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[DefaultValue(DashStyle.Solid)]
public DashStyle DashStyle { get; set; }
vb
<DefaultValue(DashStyle.Solid)>
Public Property DashStyle As DashStyle

Property Value

TypeDefaultDescription
DashStyleSolid

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

ChartIndicatorBase Class

ChartIndicatorBase Members

DevExpress.DashboardCommon Namespace