Skip to main content
A newer version of this page is available. .

LineStyle.LineJoin Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(LineJoinTypeConverter))]
[XtraSerializableProperty]
public LineJoin LineJoin { get; set; }

Property Value

Type Description
LineJoin

A LineJoin enumeration value.

See Also