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

QualitativeSummaryOptions Class

Qualitative summarization options storage.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class QualitativeSummaryOptions :
    SummaryOptionsBase

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