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

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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public TimeSpanSummaryOptions TimeSpanSummaryOptions { get; }

Property Value

Type Description
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