Skip to main content

LineStyle.DashCap Property

Specifies the shape at the end of the line. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
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