LineStyle.LineJoin Property
Gets or sets the join style for the ends of consecutive lines.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| 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