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