Skip to main content
All docs
V25.1
  • TimeSpanSummaryOptions Class

    Date-time summarization options storage.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    #Declaration

    public class TimeSpanSummaryOptions :
        SummaryOptionsBase,
        ITimeSpanSummaryOptions,
        ISummaryOptionsBase

    The following members return TimeSpanSummaryOptions objects:

    #Remarks

    The SeriesBase.TimeSpanSummaryOptions property has this type.

    The series groups values with more detailed argument values into a collection with the key that has the required precision value. Then, the summary function calculates series points’ values by these collections.

    Note that the options’ TimeSpanSummaryOptions.MeasureUnit specifies the greatest data detail level. And, any options change leads to data reload. Use the AxisBase.TimeSpanScaleOptions to display less detail data without data reload.

    #Inheritance

    See Also