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


In This Topic
    Line Class
    In This Topic
    Encapsulates the properties of lines in a Chart-related context.
    Syntax
    'Declaration
     
    
    Public Class Line 
    'Usage
     
    
    Dim instance As Line
    public class Line 
    Remarks
    Lines can be found in Series containing a Stroke or Border, in the Borders of ChartsLegendsMarkers, as well as in a few other places.
    Inheritance Hierarchy

    System.Object
       Xceed.Workbooks.NET.Line

    Public Properties
     NameDescription
    Public PropertyGets or sets the length of the arrow located at the beginning of the Line.  
    Public PropertyGets or sets the type of arrow that will be added at the beginning of the Line.  
    Public PropertyGets or sets the width of the arrow located at the beginning of the Line.  
    Public PropertyGets or sets how the extremities of the Line will be drawn.  
    Public PropertyGets or sets the Line's Color.  
    Public PropertyGets or sets how the Line is drawn.  
    Public PropertyGets or sets the type of dash that will be used to drawn the Line.  
    Public PropertyGets or sets the length of the arrow located at the end of the Line.  
    Public PropertyGets or sets the type of arrow that will be added at the end of the Line.  
    Public PropertyGets or sets the width of the arrow located at the end of the Line.  
    Public PropertyGets or sets if the Line is visible.  
    Public PropertyGets or sets how Lines will be joined when two segments intersect.   
    Public PropertyGets or sets the Line's ThemeColor.  
    Public PropertyGets or sets the Line's transparency.  
    Public PropertyGets or sets the Line's width.  
    Top
    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