Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / ValueFormat Enumeration


In This Topic
    ValueFormat Enumeration
    In This Topic
    Used to controls the formatting of the value.
    Syntax
    'Declaration
     
    Public Enum ValueFormat 
       Inherits System.Enum
    'Usage
     
    Dim instance As ValueFormat
    public enum ValueFormat : System.Enum 
    Members
    MemberDescription
    CurrencyThe value is formatted with the default locale currency format
    CustomDateTimeThe value is formatted using a user specified custom date time format string
    CustomNumberThe value is formatted using a user specified custom number format string
    DateThe value is formatted with the default locale short date format
    DateTimeThe value is formatted with the default locale date time format
    DefaultThe value is formatted with the default locale settings
    LongDateThe value is formatted with the default locale long date format
    PercentageThe value is formatted as a percentage
    ScientificThe value is formatted with the default locale scientific format
    TimeThe value is formatted with the default locale time format
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.Utilities.ValueFormat

    Requirements

    Target Platforms: 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