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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.