XRChartScripts Class
In This Article
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public class XRChartScripts :
XRControlScripts
#Related API Members
The following members return XRChartScripts objects:
#Remarks
The XRChartScripts class represents the scripts used for the XRChart control only. Note that the scripts used to implement scripting for report itself, its bands and other controls are specified by the properties of the XRControlEvents class and its derived classes.
For more information on scripting, refer to Scripting Overview.
#Inheritance
Object
XRScriptsBase
XRControlEvents
XRControlScripts
XRChartScripts
See Also