Skip to main content

LineStyle.LineJoin Property

Specifies the shape that joins two lines or segments.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public PenLineJoin LineJoin { get; set; }

#Property Value

Type Description
PenLineJoin

A PenLineJoin enumeration value that represents the shape that joins two lines or segments.

See Also