SeriesBase.QualitativeSummaryOptions Property
In This Article
Returns options that configure how the series calculates summary values of its data source with qualitative arguments.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Data)]
public QualitativeSummaryOptions QualitativeSummaryOptions { get; }
#Property Value
Type | Description |
---|---|
Qualitative |
The qualitative data source summarization options storage. |
See Also