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

SeriesBase.NumericSummaryOptions Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

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

Property Value

Type Description
NumericSummaryOptions

The date-time data source summarization options storage.

Remarks

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

See Also