Gets or sets the miter limit of the joints of the drawn line.

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

Syntax

C#
[DefaultValueAttribute(10f)]
[XmlAttributeAttribute]
public virtual float MiterLimit { get; set; }
Visual Basic
<DefaultValueAttribute(10F)> _
<XmlAttributeAttribute> _
Public Overridable Property MiterLimit As Single
	Get
	Set

Remarks

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

See Also