NumericOptions Class
Contains specific settings which define the representation of numeric values for display purposes.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(NumericOptionsTypeConverter))]
public sealed class NumericOptions :
ChartElement,
INumericOptions
Related API Members
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