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

TimeSpanSummaryOptions.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.v21.2.dll

NuGet Package: DevExpress.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
SeriesBase
.TimeSpanSummaryOptions .MeasureUnitMultiplier
SeriesTemplateSummaryAdapter
.TimeSpanSummaryOptions .MeasureUnitMultiplier
SummaryDataAdapter
.TimeSpanSummaryOptions .MeasureUnitMultiplier
See Also