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

LineStyle.LineJoin Property

Specifies the shape that joins two lines or segments.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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