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

In This Topic
    LineJoin Property
    In This Topic
    Gets or sets the joining style of the drawn line segments
    Syntax
    'Declaration
     
    Public Overridable Property LineJoin As System.Drawing.Drawing2D.LineJoin
    public virtual System.Drawing.Drawing2D.LineJoin LineJoin {get; set;}
    Remarks
    For further details, see the discussion of the LineJoin property and LineJoin enumeration for the System.Drawing.Pen instance. The default value is appropriate for most situations. Lower MiterLimit values or LineJoin.Round might be appropriate for thick lines.
    See Also