ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.LineStyle Class / MiterLimit Property

In This Topic
    MiterLimit Property
    In This Topic
    Gets or sets the miter limit of the joints of the drawn line.
    Syntax
    'Declaration
     
    Public Property MiterLimit As Single
    public float MiterLimit {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