Skip to main content
A newer version of this page is available. .

NumericScaleOptions Class

Contains settings for an axis scale when its data type is numeric.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

[TypeConverter(typeof(NumericScaleOptionsTypeConverter))]
public sealed class NumericScaleOptions :
    ScaleOptionsBase,
    INumericScaleOptions,
    IScaleOptionsBase<double>,
    IScaleOptionsBase

The following members accept/return NumericScaleOptions objects:

Remarks

An object of the NumericScaleOptions type is returned by the AxisBase.NumericScaleOptions property.

See Also