Back to Devexpress

NumericOptions Class

corelibraries-devexpress-dot-xtracharts-5d34a992.md

latest1.4 KB
Original Source

NumericOptions Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public sealed class NumericOptions :
    ChartElement,
    INumericOptions
vb
Public NotInheritable Class NumericOptions
    Inherits ChartElement
    Implements 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

NumericOptions Members

DateTimeOptions

DevExpress.XtraCharts Namespace