ChartWizardEventBuilder
Methods
Close(System.String)
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.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
Close(System.Func)
Triggered when a ChartWizard is closed either by the user or through the close() method.
For more information see Close event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
Open(System.String)
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.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
Open(System.Func)
Triggered when a ChartWizard is opened through the open() method.
For more information see Open event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
Change(System.String)
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.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
Change(System.Func)
Triggered when the ChartWizard changes its state.
For more information see Change event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
ExportPDF(System.String)
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.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
ExportPDF(System.Func)
Triggered when the ChartWizard export the chart to PDF.
For more information see ExportPDF event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
ExportSVG(System.String)
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.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
ExportSVG(System.Func)
Triggered when the ChartWizard export the chart to SVG.
For more information see ExportSVG event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
ExportImage(System.String)
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.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
ExportImage(System.Func)
Triggered when the ChartWizard export the chart to Image.
For more information see ExportImage event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
DataBinding(System.String)
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.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
DataBinding(System.Func)
Fired before the widget binds to its data source.
For more information see DataBinding event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
DataBound(System.String)
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.
RETURNS
Returns the current instance of ChartWizardEventBuilder .
DataBound(System.Func)
Fired when the widget is bound to data from its data source.
For more information see DataBound event.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current instance of ChartWizardEventBuilder .