FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartFormat Enumeration

In This Topic
    ChartFormat Enumeration
    In This Topic
    Specifies the annotion format of the 2D chart axis.
    Syntax
    'Declaration
     
    Public Enum ChartFormat 
       Inherits System.Enum
    public enum ChartFormat : 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 in conjunction with the ChartAxis AnnoFormatString property to specify a .Net custom date/datetime format. (See custom date and time format strings in the .Net documentation).
    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 conjunction with the ChartAxis AnnoFormatString property to specify a .Net custom numeric format. (See custom numeric format strings in the .Net documentation).
    NumericPercentageA percentage amount format.
    NumericRoundtripA format which guarantees that a numeric value after being converted will be returned as the same numeric value.
    Remarks
    See .Net date and time format strings and standard numeric format strings for more information.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.Chart.ChartFormat

    See Also