Back to Devexpress

LineStyleModel.DXLineJoin Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-linestylemodel.md

latest1.5 KB
Original Source

LineStyleModel.DXLineJoin Property

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

Type
DXLineJoin

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

LineStyleModel Class

LineStyleModel Members

DevExpress.XtraCharts.Designer Namespace