Skip to main content

XRChartScripts.OnCustomizePieTotalLabel Property

Gets or sets the name of the script that handles the XRChart.CustomizePieTotalLabel event.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(true)]
[DefaultValue("")]
public string OnCustomizePieTotalLabel { get; set; }

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