Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Line Class / JoinType Property


In This Topic
    JoinType Property
    In This Topic
    Gets or sets how Lines will be joined when two segments intersect. 
    Syntax
    'Declaration
     
    
    Public Property JoinType As JoinType
    'Usage
     
    
    Dim instance As Line
    Dim value As JoinType
     
    instance.JoinType = value
     
    value = instance.JoinType
    public JoinType JoinType {get; set;}
    Remarks

    To understand this property, think of a LineSeries Chart: when 3 data points form a "V" shape, this property will specify how the bottom part of the "V" looks.

    A list of the available options can be found in the JoinType enumeration.

    The default value is Round.

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also