Back to Devexpress

DateTimeScaleOptions.MeasureUnitMultiplier Property

corelibraries-devexpress-dot-xtracharts-dot-datetimescaleoptions-873a2627.md

latest1.8 KB
Original Source

DateTimeScaleOptions.MeasureUnitMultiplier Property

Gets or sets the value specifying the factor on which the measurement unit multiplies to form a custom measurement unit.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public int MeasureUnitMultiplier { get; set; }
vb
Public Property MeasureUnitMultiplier As Integer

Property Value

TypeDescription
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 TypePath to MeasureUnitMultiplier
AxisBase

.DateTimeScaleOptions .MeasureUnitMultiplier

|

Remarks

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

See Also

Data Aggregation

DateTimeScaleOptions Class

DateTimeScaleOptions Members

DevExpress.XtraCharts Namespace