Skip to main content
A newer version of this page is available. .

NumericOptions Class

Contains specific settings which define the representation of numeric values for display purposes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public sealed class NumericOptions :
    ChartElement,
    INumericOptions

The following members return NumericOptions objects:

Remarks

The NumericOptions class contains settings which specify the display representation of numeric values.

An object of the NumericOptions type is available via the PointOptions.ArgumentNumericOptions, PointOptions.ValueNumericOptions, and AxisBase.NumericOptions properties.

Inheritance

Object
ChartElement
NumericOptions
See Also