A newer version of this page is available.
Switch to the current version.
NumericOptions Class
Contains specific settings which define the representation of numeric values for display purposes.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(NumericOptionsTypeConverter))]
public sealed class NumericOptions :
ChartElement,
INumericOptions
<TypeConverter(GetType(NumericOptionsTypeConverter))>
Public NotInheritable Class NumericOptions
Inherits ChartElement
Implements INumericOptions
Related API Members
The following members accept/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
Feedback