QualitativeSummaryOptions Class
Qualitative summarization options storage.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
The following members return QualitativeSummaryOptions objects:
Remarks
The SeriesBase.QualitativeSummaryOptions property has this type.
The series groups values with the same arguments into a collection of data rows. Then, the summary function calculates series points’ values by these collections.
And, any options change leads to data reload. Use the AxisXBase.QualitativeScaleOptions to avoid data reload.
Inheritance
Object
ChartElement
SummaryOptionsBase
QualitativeSummaryOptions
See Also