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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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