XRChart.RegisterSummaryFunction(String, String, ScaleType, Int32, SummaryFunctionArgumentDescription[], SummaryFunction) Method
OBSOLETE
This method is obsolete now. Use the static RegisterGlobalSummaryFunction method instead.
Registers the custom summary function with the specified settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[Obsolete("This method is obsolete now. Use the static RegisterGlobalSummaryFunction method instead.", false)]
public void RegisterSummaryFunction(
string name,
string displayName,
ScaleType resultScaleType,
int resultDimension,
SummaryFunctionArgumentDescription[] argumentDescriptions,
SummaryFunction function
)
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value containing the function’s name. |
| displayName | String | A String value containing the function’s display name, which is used for localization purposes. |
| resultScaleType | ScaleType | A ScaleType enumeration value representing the type of the function’s result. |
| resultDimension | Int32 | An integer value representing the dimension of the resulting series point’s values. |
| argumentDescriptions | SummaryFunctionArgumentDescription[] | An array of SummaryFunctionArgumentDescription objects containing argument descriptions. |
| function | SummaryFunction | A SummaryFunction delegate to be registered. |