Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / DashType Enumeration


In This Topic
    DashType Enumeration
    In This Topic
    Defines the types of dashes that can used to draw a Line in a Chart.
    Syntax
    'Declaration
     
    
    Public Enum DashType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DashType
    public enum DashType : System.Enum 
    Members
    MemberDescription
    Dash

    The Line will be made of dashes.

    DashDot

    The Line will be made of a repeating pattern created by a dash followed by a dot.

    LongDash

    The Line will be made of a series of long dashes.

    LongDashDot

    The Line will be made of a repeating pattern created by a long dash followed by a dot.

    LongDashDotDot

    The Line will be made of a repeating pattern created by a long dash followed by two dots.

    RoundDot

    The Line will be made of round dots.

    Solid

    The Line will be a regular line.

    SquareDot

    The Line will be made of square dots.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.DashType

    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