Back to Devexpress

IChartSeriesLabelBorder.DashStyle Property

blazor-devexpress-dot-blazor-dot-ichartserieslabelborder.md

latest1.3 KB
Original Source

IChartSeriesLabelBorder.DashStyle Property

Specifies the line style of label borders.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(ChartDashStyle.Solid)]
ChartDashStyle DashStyle { get; set; }

Property Value

TypeDefaultDescription
ChartDashStyleSolid

An enumeration value.

|

Available values:

NameDescription
Solid

A continuous solid line.

| | Dash |

A dashed line.

| | Dot |

A dotted line.

| | LongDash |

A line that displays long dashes.

| | DashDot |

A line that repeats the dash-dot pattern.

| | DashDotDot |

A line that repeats the dash-dot-dot pattern.

|

Remarks

Refer to the IChartSeriesLabelBorder interface description for additional information and an example.

See Also

IChartSeriesLabelBorder Interface

IChartSeriesLabelBorder Members

DevExpress.Blazor Namespace