NumericOptions Class
In This Article
Contains specific settings which define the representation of numeric values for display purposes.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public sealed class NumericOptions :
ChartElement,
INumericOptions
#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