NumericOptions Class
In This Article
Contains specific settings which define the representation of numeric values within a chart.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Returned By
Properties that return NumericOptions instances:
#Remarks
When the Numeric scale type is defined for series arguments or values, the NumericOptions provides the NumericOptions.Format and NumericOptions.Precision properties.
An object of the NumericOptions type is returned by the PointOptions.ArgumentNumericOptions, PointOptions.ValueNumericOptions and AxisBase.NumericOptions properties.
#Inheritance
See Also