Back to Devexpress

LineStyle.DXLineJoin Property

corelibraries-devexpress-dot-xtracharts-dot-linestyle-6965bb05.md

latest1.6 KB
Original Source

LineStyle.DXLineJoin Property

Gets or sets the join style for the ends of consecutive lines. Use this property in non-Windows environments.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public DXLineJoin DXLineJoin { get; set; }
vb
Public Property DXLineJoin As DXLineJoin

Property Value

TypeDescription
DXLineJoin

An enumeration value that indicates the join style.

|

Available values:

NameDescription
Miter

Specifies a mitered join. The join results in a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit.

| | Bevel |

Specifies a beveled join. The join results in a diagonal corner.

| | Round |

Specifies a circular join. The join results in a smooth, circular arc between the lines.

| | MiterClipped |

Specifies a mitered join. The join results in a sharp corner or a beveled corner, depending on whether the length of the miter exceeds the miter limit.

|

See Also

LineStyle Class

LineStyle Members

DevExpress.XtraCharts Namespace