XRChart.ResetSummaryFunctions() Method
Obsolete. Resets the collection of the chart's summary functions.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[Obsolete("This method is obsolete now.", false)]
public void ResetSummaryFunctions()
<Obsolete("This method is obsolete now.", False)>
Public Sub ResetSummaryFunctions
Remarks
The XRChart.RegisterSummaryFunction method is intended to register custom summary functions within a chart control. To unregister a specific summary function, the XRChart.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
Feedback