XRChartScripts.OnCustomizePieTotalLabel Property
Gets or sets the name of the script that handles the XRChart.CustomizePieTotalLabel event.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | The name of the script that handles the event. |
Remarks
Use this property to specify the name of the script that should be executed when the XRChart.CustomizePieTotalLabel event occurs.
Refer to the Use Report Scripts topic for more information.
See Also