Back to Devexpress

LineStyle.LineJoin Property

wpf-devexpress-dot-xpf-dot-charts-dot-linestyle-6baba554.md

latest1.1 KB
Original Source

LineStyle.LineJoin Property

Specifies the shape that joins two lines or segments.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public PenLineJoin LineJoin { get; set; }
vb
Public Property LineJoin As PenLineJoin

Property Value

TypeDescription
PenLineJoin

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

|

See Also

LineStyle Class

LineStyle Members

DevExpress.Xpf.Charts Namespace