[]
        
(Showing Draft Content)

C1.Win.C1ChartBase.AnnotationFormatEnum

AnnotationFormatEnum Enum

Use the members of this enumeration to set the Axis annotation format.

Namespace: C1.Win.C1ChartBase
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public enum AnnotationFormatEnum

Fields

Name Description
DateFull

A full date format.

DateFullShortTime

A long date and short time format.

DateGeneral

A general date format.

DateGeneralShortTime

A general date format with short time format.

DateLong

A long date format.

DateLongTime

A long time format.

DateManual

Used to specify a custom date/datetime format.

DateMonth

A month format.

DateRFC1123

A date format based on the IETF RFC 1123 specification.

DateShort

A short date format.

DateShortTime

A short time format.

DateSortable

A sortable date format.

DateUniversal

A universal date format.

DateUniversalSortable

A universally sortable date format.

DateYear

A year format.

NumericCurrency

A currency amount format.

NumericExponential

A scientific or exponential format in the form "-d.ddd…E+ddd" or "-d.ddd…e+ddd".

NumericGeneral

A general number format. Formatted into the most compact decimal form using fixed or scientific notation.

NumericHexadecimal

A hexadecimal format.

NumericManual

Used in to specify a custom numeric format.

NumericPercentage

A percentage amount format.

NumericRoundtrip

A format which guarantees that a numeric value after being converted will be returned as the same numeric value.