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

DateTimeSummaryOptions.MeasureUnitMultiplier Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
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
Series
.DateTimeSummaryOptions.MeasureUnitMultiplier
SeriesBase
.DateTimeSummaryOptions.MeasureUnitMultiplier
SeriesTemplate
.DateTimeSummaryOptions.MeasureUnitMultiplier
See Also