Gets the numeric options of the axis.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v19.2.dll
Note: This API is now obsolete.
The AxisBase.NumericOptions property is obsolete now. Use the AxisLabel.TextPattern property instead.

Syntax
C# |
public NumericOptions NumericOptions { get; set; }
|
VB |
Public Property NumericOptions As NumericOptions
|
Property value
Type:
NumericOptions
A NumericOptions object which provides the numeric options of the axis.

Remarks
This API is now obsolete. Use the Label's AxisLabel.TextPattern property instead.

See Also