Back to Devexpress

TimeSpanSummaryOptions Class

corelibraries-devexpress-dot-xtracharts-727aa9f3.md

latest2.5 KB
Original Source

TimeSpanSummaryOptions Class

Date-time summarization options storage.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class TimeSpanSummaryOptions :
    SummaryOptionsBase,
    ITimeSpanSummaryOptions,
    ISummaryOptionsBase
vb
Public Class TimeSpanSummaryOptions
    Inherits SummaryOptionsBase
    Implements 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

Object ChartElement SummaryOptionsBase TimeSpanSummaryOptions

See Also

TimeSpanSummaryOptions Members

DevExpress.XtraCharts Namespace