NumericFormat Enum
Lists the values used to specify the formatting applied to numeric values.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
General | Numbers are displayed without any specific format applied to them. The decimal symbol is obtained from your computer's regional settings (e. |
Scientific | Numbers are displayed using standard scientific notation, based on your computer's regional settings (e. |
Fixed |
Numbers are displayed as real numeric values (with the number of decimal places specified via the Numeric |
Currency | Numbers are displayed with the currency format, obtained from your computer's regional settings (e. |
Percent | Numbers are multiplied by 100, and have a percent sign (%) appended to the right. The decimal part is represented, based on your computer's regional settings (e. |
Number | Numbers are displayed as numeric values, using the number format specified in your computer's regional settings (e. |
#Passed To
You can pass NumericFormat values to the NumericOptions.Format property.
#Remarks
The values listed by the NumericFormat enumeration are used to set the NumericOptions.Format property.