2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartLineStyle 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 Overridable Property MiterLimit As System.Single
    public virtual System.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