Back to Devexpress

SeriesBase.TimeSpanSummaryOptions Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-ed91ed17.md

latest2.0 KB
Original Source

SeriesBase.TimeSpanSummaryOptions Property

Returns options that configure how the series calculates summary values of its data source with date-time arguments.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
public TimeSpanSummaryOptions TimeSpanSummaryOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Data)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property TimeSpanSummaryOptions As TimeSpanSummaryOptions

Property Value

TypeDescription
TimeSpanSummaryOptions

The time-span data source summarization options’ storage.

|

Remarks

The options’ TimeSpanSummaryOptions.MeasureUnit property specifies the most detailed data level on data processing. Note that any options change leads to data reload. Use the AxisBase.TimeSpanScaleOptions to display less detail data without a data reload.

See Also

Calculate Summaries

Data Aggregation

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace