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.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

Close(System.Func)

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.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

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.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

Open(System.Func)

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.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

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.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

Change(System.Func)

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.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

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.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

ExportPDF(System.Func)

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.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

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.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

ExportSVG(System.Func)

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.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

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.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

ExportImage(System.Func)

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.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

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.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

DataBinding(System.Func)

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.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

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.

RETURNS

Returns the current instance of ChartWizardEventBuilder .

DataBound(System.Func)

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.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current instance of ChartWizardEventBuilder .