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

WebChartControl.ResetSummaryFunctions() Method

Resets the collection of the chart’s summary functions.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v19.1.Web.dll

Declaration

public void ResetSummaryFunctions()

Remarks

The WebChartControl.RegisterSummaryFunction method is intended to register custom summary functions within a chart control. To unregister a specific summary function, the WebChartControl.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