FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartLineStyle Class / MiterLimit Property

In This Topic
    MiterLimit Property (ChartLineStyle)
    In This Topic
    Gets or sets the miter limit of line joins.
    Syntax
    'Declaration
     
    Public Property MiterLimit As Single
    public float MiterLimit {get; set;}
    Remarks
    The default value is appropriate for most situations. Lower values might be appropriate for thick lines.
    See Also