NumericOptions.Precision Property
In This Article
Gets or sets the maximum number of digits displayed to the right of the decimal point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the maximum number of digits displayed in the fractional part of the value. |
#Property Paths
You can access the NumericOptions.Precision property from the following objects:
Object Type | Path to Precision |
---|---|
Point |
|
Point |
|
#Remarks
Use the Precision property to specify the maximum number of digits displayed to the right of a value's decimal point, when the NumericOptions.Format property is not set to the NumericFormat.General value.
#Implements
DevExpress.Charts.Native.INumericOptions.Precision
See Also