ChartWizardEventBuilder
Methods
Close(System.String)
Defines the handler of the Close client-side event. Triggered when a ChartWizard is closed either by the user or through the close() method.
For more information see Close event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the Close event.
Open(System.String)
Defines the handler of the Open client-side event. Triggered when a ChartWizard is opened through the open() method.
For more information see Open event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the Open event.
Change(System.String)
Defines the handler of the Change client-side event. Triggered when the ChartWizard changes its state.
For more information see Change event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the Change event.
ExportPDF(System.String)
Defines the handler of the ExportPDF client-side event. Triggered when the ChartWizard export the chart to PDF.
For more information see ExportPDF event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the ExportPDF event.
ExportSVG(System.String)
Defines the handler of the ExportSVG client-side event. Triggered when the ChartWizard export the chart to SVG.
For more information see ExportSVG event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the ExportSVG event.
ExportImage(System.String)
Defines the handler of the ExportImage client-side event. Triggered when the ChartWizard export the chart to Image.
For more information see ExportImage event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the ExportImage event.
DataBinding(System.String)
Defines the handler of the DataBinding client-side event. Fired before the widget binds to its data source.
For more information see DataBinding event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the DataBinding event.
DataBound(System.String)
Defines the handler of the DataBound client-side event. Fired when the widget is bound to data from its data source.
For more information see DataBound event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the DataBound event.