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.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.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