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

TimeSpanScaleOptions.MeasureUnitMultiplier Property

Gets or sets the value that specifies that the factor on the measurement unit multiplies to form a custom measurement unit.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public int MeasureUnitMultiplier { get; set; }

Property Value

Type Description
Int32

The multiplier on which the measurement unit is multiplied to form a custom measurement unit.

Property Paths

You can access this nested property as listed below:

Object Type Path to MeasureUnitMultiplier
AxisBase
.TimeSpanScaleOptions .MeasureUnitMultiplier

Remarks

Refer to the Data Aggregation guide for more information about data aggregation.

See Also