LineStyle.DashCap Property
In This Article
Specifies the shape at the end of the line.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public PenLineCap DashCap { get; set; }
#Property Value
Type | Description |
---|---|
Pen |
A Pen |
See Also