DateTimeScaleOptions.MeasureUnitMultiplier Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#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 Measure |
---|---|
Axis |
|
#Remarks
Refer to the Data Aggregation guide for more information about the data aggregation.
See Also