Skip to main content

NumericOptions Class

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

public class NumericOptions :
    ChartDependencyObject,
    INumericOptions

#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.

See Also