XRChartScripts.OnCustomizeStackedBarTotalLabel Property
Gets or sets the name of the script that handles the XRChart.CustomizeStackedBarTotalLabel event.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[Browsable(true)]
[DefaultValue("")]
public string OnCustomizeStackedBarTotalLabel { 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.CustomizeStackedBarTotalLabel event occurs.
Refer to the Use Report Scripts topic for more information.
See Also