Skip to main content

DateTimeSummaryOptions.MeasureUnitMultiplier Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public int MeasureUnitMultiplier { get; set; }

Property Value

Type Description
Int32

The factor on which the series multiplies the measurement unit to form a custom measurement unit.

Property Paths

You can access this nested property as listed below:

Object Type Path to MeasureUnitMultiplier
Summary
.DateTimeSummaryOptions .MeasureUnitMultiplier
See Also