Back to Devexpress

LineStyle.DashCap Property

wpf-devexpress-dot-xpf-dot-charts-dot-linestyle-a975e7ef.md

latest1.1 KB
Original Source

LineStyle.DashCap Property

Specifies the shape at the end of the line.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public PenLineCap DashCap { get; set; }
vb
Public Property DashCap As PenLineCap

Property Value

TypeDescription
PenLineCap

A PenLineCap enumeration value that represents the shape at the end of a line.

|

See Also

LineStyle Class

LineStyle Members

DevExpress.Xpf.Charts Namespace