ChartValueFormat Enumeration |
Axis value format
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum ChartValueFormat
Public Enumeration ChartValueFormat
public enum class ChartValueFormat
Members
| Member name | Value | Description |
---|
| None | 0 |
No format
|
| Currency | 1 |
"C". Currency Format
|
| Scientific | 2 |
"E". The format of scientific calculation
|
| General | 3 |
"G". The general format
|
| Number | 4 |
"N". Digital Format
|
| Percent | 5 |
"P". Percentage format
|
| ShortDate | 6 |
Short date format
|
| ShortTime | 7 |
Short time format
|
| LongDate | 8 |
Long date format
|
| LongTime | 9 |
Long time format
|
See Also