Skip to main content

LineStyle.LineJoin Property

Specifies the shape that joins two lines or segments.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public PenLineJoin LineJoin { get; set; }

Property Value

Type Description
PenLineJoin

A PenLineJoin enumeration value that represents the shape that joins two lines or segments.

See Also