2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / AnnotationFormatEnum Enumeration

In This Topic
    AnnotationFormatEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the Axis annotation format.
    Syntax
    'Declaration
     
    Public Enum AnnotationFormatEnum 
       Inherits System.Enum
    public enum AnnotationFormatEnum : System.Enum 
    Members
    MemberDescription
    DateFullA full date format.
    DateFullShortTimeA long date and short time format.
    DateGeneralA general date format.
    DateGeneralShortTimeA general date format with short time format.
    DateLongA long date format.
    DateLongTimeA long time format.
    DateManualUsed to specify a custom date/datetime format.
    DateMonthA month format.
    DateRFC1123A date format based on the IETF RFC 1123 specification.
    DateShortA short date format.
    DateShortTimeA short time format.
    DateSortableA sortable date format.
    DateUniversalA universal date format.
    DateUniversalSortableA universally sortable date format.
    DateYearA year format.
    NumericCurrencyA currency amount format.
    NumericExponentialA scientific or exponential format in the form "-d.ddd…E+ddd" or "-d.ddd…e+ddd".
    NumericGeneralA general number format. Formatted into the most compact decimal form using fixed or scientific notation.
    NumericHexadecimalA hexadecimal format.
    NumericManualUsed in to specify a custom numeric format.
    NumericPercentageA percentage amount format.
    NumericRoundtripA format which guarantees that a numeric value after being converted will be returned as the same numeric value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1ChartBase.AnnotationFormatEnum

    See Also