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

In This Topic
    LineJoin Property (ChartLineStyle)
    In This Topic
    Gets or sets the line join style.
    Syntax
    'Declaration
     
    Public Property LineJoin As ChartLineJoin
    public ChartLineJoin LineJoin {get; set;}
    Remarks
    The default value is appropriate for most situations. Lower MiterLimit values or LineJoin.Round might be appropriate for thick lines.
    See Also