Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / AxisTitleUnderlineStyle Enumeration


In This Topic
    AxisTitleUnderlineStyle Enumeration
    In This Topic
    Determines how the AxisTitle is underlined.
    Syntax
    'Declaration
     
    Public Enum AxisTitleUnderlineStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As AxisTitleUnderlineStyle
    public enum AxisTitleUnderlineStyle : System.Enum 
    Members
    MemberDescription
    dashUnderlines with a dash.
    dashHeavyUnderlines with a heavy dash.
    dashLongUnderlines with a long dash.
    dashLongHeavyUnderlines with a long & heavy dash.
    dblUnderlines with two lines.
    dotDashUnderlines with a series of dots & dashes.
    dotDashHeavyUnderlines with a series of heavy dots & dashes.
    dotDotDashUnderlines with a repeating pattern of dot-dot-dash.
    dotDotDashHeavyUnderlines with a repeating pattern of heavy dot-dot-dash.
    dottedUnderlines with dots.
    dottedHeavyUnderlines with heavy dots.
    heavyUnderlines with a heavy line.
    noneDoes not underline.
    sngUnderlines with a single line.
    wavyUnderlines with a wavy line.
    wavyDblUnderlines with two wavy lines.
    wavyHeavyUnderlines with a heavy wavy line.
    wordsUnderlines the words only with a single line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.AxisTitleUnderlineStyle

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, 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