ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.LineStyle 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 Property LineJoin As LineJoin
    public 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