FlexReport for WinForms
ChartFormat 列挙体


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 : ChartFormat 列挙体
Specifies the annotion format of the 2D chart axis.
シンタックス
'宣言
 
Public Enum ChartFormat 
   Inherits System.Enum
'使用法
 
Dim instance As ChartFormat
public enum ChartFormat : System.Enum 
メンバ
メンバ解説
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 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).
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 conjunction with the ChartAxis AnnoFormatString property to specify a .Net custom numeric format. (See custom numeric format strings in the .Net documentation).
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.
解説
See .Net date and time format strings and standard numeric format strings for more information.
継承階層

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

参照

参照

C1.Win.FlexReport.Chart 名前空間