Skip to main content

NumericScaleOptions.AutomaticMeasureUnitsCalculator Property

Gets or sets the automatic numeric measure unit calculator.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public INumericMeasureUnitsCalculator AutomaticMeasureUnitsCalculator { get; set; }

Property Value

Type Description
INumericMeasureUnitsCalculator

An object of class implementing the INumericMeasureUnitsCalculator interface.

Property Paths

You can access this nested property as listed below:

Object Type Path to AutomaticMeasureUnitsCalculator
AxisBase
.NumericScaleOptions .AutomaticMeasureUnitsCalculator
See Also