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

LineStyle.DashCap Property

Specifies the shape at the end of the line.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public PenLineCap DashCap { get; set; }

Property Value

Type Description
PenLineCap

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

See Also