Skip to main content
All docs
V25.1
  • TimeSpanSummaryOptions.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.v25.1.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
    .TimeSpanSummaryOptions .MeasureUnitMultiplier
    See Also