corelibraries-devexpress-dot-xtracharts-dot-seriesbase-62441637.md
Returns options that configure how the series calculates summary values of its data source with numeric arguments.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
public NumericSummaryOptions NumericSummaryOptions { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Data)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property NumericSummaryOptions As NumericSummaryOptions
| Type | Description |
|---|---|
| NumericSummaryOptions |
The date-time data source summarization options storage.
|
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