Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartControl.ResetSummaryFunctions() Method

In This Article

Resets the collection of the chart’s summary functions.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.UI.dll

NuGet Package: DevExpress.Win.Charts

#Declaration

public void ResetSummaryFunctions()

#Remarks

The ChartControl.RegisterSummaryFunction method is intended to register custom summary functions within a chart control. To unregister a specific summary function, the ChartControl.UnregisterSummaryFunction method should be called.

Also, you may remove all custom summary functions from the chart, and add all default functions to it by calling the ResetSummaryFunctions method.

See Also