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


In This Topic
    AxisDisplayUnitsType Enumeration
    In This Topic
    Defines the available display units for the ValueAxis' tick labels.
    Syntax
    'Declaration
     
    
    Public Enum AxisDisplayUnitsType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AxisDisplayUnitsType
    public enum AxisDisplayUnitsType : System.Enum 
    Members
    MemberDescription
    BillionsThe values will be divided by 1 000 000 000 before being displayed.
    HundredMillionsThe values will be divided by 100 000 000 before being displayed.
    HundredsThe values will be divided by 100 before being displayed.
    HundredThousandsThe values will be divided by 100 000 before being displayed.
    MillionsThe values will be divided by 1 000 000 before being displayed.
    NoneThe values will be displayed as is.
    TenMillionsThe values will be divided by 10 000 000 before being displayed.
    TenThousandsThe values will be divided by 10 000 before being displayed.
    ThousandsThe values will be divided by 1000 before being displayed.
    TrillionsThe values will be divided by 1 000 000 000 000 before being displayed.
    Inheritance Hierarchy

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

    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