Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LineStyleModel.DXLineJoin Property

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

#Declaration

public DXLineJoin DXLineJoin { get; set; }

#Property Value

Type
DXLineJoin

Available values:

Name Description
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