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

TimeSpanSummaryOptions Class

Date-time summarization options storage.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

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