Gets or sets the joining style of the drawn line segments

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultValueAttribute(LineJoin.Miter)]
[XmlAttributeAttribute]
public virtual LineJoin LineJoin { get; set; }
Visual Basic
<DefaultValueAttribute(LineJoin.Miter)> _
<XmlAttributeAttribute> _
Public Overridable Property LineJoin As LineJoin
	Get
	Set

Remarks

For further details, see the discussion of the LineJoin property and LineJoin enumeration for the System.Drawing.Pen instance. The default value is appropriate for most situations. Lower MiterLimit values or LineJoin.Round might be appropriate for thick lines.

See Also