Back to Devexpress

LineStyle.LineJoin Property

corelibraries-devexpress-dot-xtracharts-dot-linestyle-a64ccf52.md

latest1.3 KB
Original Source

LineStyle.LineJoin Property

Gets or sets the join style for the ends of consecutive lines.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public LineJoin LineJoin { get; set; }
vb
<Browsable(False)>
Public Property LineJoin As LineJoin

Property Value

TypeDescription
LineJoin

A LineJoin enumeration value.

|

Remarks

Note

Use the LineStyle.DXLineJoin property instead of LineJoin to set the join style in non-Windows environments.

See Also

LineStyle Class

LineStyle Members

DevExpress.XtraCharts Namespace