New to Telerik UI for ASP.NET Core? Download free 30-day trial

StockChartEventBuilder

Methods

AxisLabelClick(System.String)

Fires when an axis label is clicked.

For more information see AxisLabelClick event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the axisLabelClick event.

AxisLabelClick(System.Func)

Fires when an axis label is clicked.

For more information see AxisLabelClick event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

DataBound(System.String)

Fires when the chart has received data from the data source and is about to render it.

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)

Fires when the chart has received data from the data source and is about to render it.

For more information see DataBound event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

DragStart(System.String)

Fires when the user has used the mouse or a swipe gesture to drag the chart.The drag operation can be aborted by calling e.preventDefault().

For more information see DragStart event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the dragStart event.

DragStart(System.Func)

Fires when the user has used the mouse or a swipe gesture to drag the chart.The drag operation can be aborted by calling e.preventDefault().

For more information see DragStart event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Drag(System.String)

Fires as long as the user is dragging the chart using the mouse or swipe gestures.

For more information see Drag event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the drag event.

Drag(System.Func)

Fires as long as the user is dragging the chart using the mouse or swipe gestures.

For more information see Drag event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

DragEnd(System.String)

Fires when the user stops dragging the chart.

For more information see DragEnd event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the dragEnd event.

DragEnd(System.Func)

Fires when the user stops dragging the chart.

For more information see DragEnd event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

LegendItemClick(System.String)

Fires when an legend item is clicked, before the selected series visibility is toggled. Can be cancelled.

For more information see LegendItemClick event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the legendItemClick event.

LegendItemClick(System.Func)

Fires when an legend item is clicked, before the selected series visibility is toggled. Can be cancelled.

For more information see LegendItemClick event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

LegendItemHover(System.String)

Fires when an legend item is hovered.

For more information see LegendItemHover event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the legendItemHover event.

LegendItemHover(System.Func)

Fires when an legend item is hovered.

For more information see LegendItemHover event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

LegendItemLeave(System.String)

Fires when the cursor leaves a legend item.

For more information see LegendItemLeave event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the legendItemLeave event.

LegendItemLeave(System.Func)

Fires when the cursor leaves a legend item.

For more information see LegendItemLeave event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

NoteClick(System.String)

Fired when the user clicks one of the notes.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see NoteClick event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the noteClick event.

NoteClick(System.Func)

Fired when the user clicks one of the notes.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see NoteClick event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

NoteHover(System.String)

Fired when the user hovers one of the notes.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see NoteHover event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the noteHover event.

NoteHover(System.Func)

Fired when the user hovers one of the notes.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see NoteHover event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

NoteLeave(System.String)

Fired when the cursor leaves a note.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see NoteLeave event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the noteLeave event.

NoteLeave(System.Func)

Fired when the cursor leaves a note.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see NoteLeave event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

PaneRender(System.String)

Fires when a pane is rendered because the chart is rendered, or the chart performs panning or zooming, or because the chart is exported with different options. The event can be used to render custom visuals in the panes.

For more information see PaneRender event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the paneRender event.

PaneRender(System.Func)

Fires when a pane is rendered because the chart is rendered, or the chart performs panning or zooming, or because the chart is exported with different options. The event can be used to render custom visuals in the panes.

For more information see PaneRender event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

PlotAreaClick(System.String)

Fires when plot area is clicked.

For more information see PlotAreaClick event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the plotAreaClick event.

PlotAreaClick(System.Func)

Fires when plot area is clicked.

For more information see PlotAreaClick event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

PlotAreaHover(System.String)

Fired when the user hovers the plot area.

For more information see PlotAreaHover event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the plotAreaHover event.

PlotAreaHover(System.Func)

Fired when the user hovers the plot area.

For more information see PlotAreaHover event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

PlotAreaLeave(System.String)

Fired when the cursor leaves the plotArea.

For more information see PlotAreaLeave event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the plotAreaLeave event.

PlotAreaLeave(System.Func)

Fired when the cursor leaves the plotArea.

For more information see PlotAreaLeave event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Render(System.String)

Fired when the chart is ready to render on screen.Can be used, for example, to remove loading indicators. Changes to options will be ignored.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see Render event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the render event.

Render(System.Func)

Fired when the chart is ready to render on screen.Can be used, for example, to remove loading indicators. Changes to options will be ignored.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see Render event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Select(System.String)

Fired when the user modifies the selection.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see Select event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the select event.

Select(System.Func)

Fired when the user modifies the selection.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see Select event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

SelectEnd(System.String)

Fired when the user completes modifying the selection.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see SelectEnd event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the selectEnd event.

SelectEnd(System.Func)

Fired when the user completes modifying the selection.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see SelectEnd event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

SelectStart(System.String)

Fired when the user starts modifying the axis selection.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see SelectStart event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the selectStart event.

SelectStart(System.Func)

Fired when the user starts modifying the axis selection.The event handler function context (available via the this keyword) will be set to the widget instance.

For more information see SelectStart event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

SeriesClick(System.String)

Fires when chart series are clicked.

For more information see SeriesClick event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the seriesClick event.

SeriesClick(System.Func)

Fires when chart series are clicked.

For more information see SeriesClick event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

SeriesHover(System.String)

Fires when chart series are hovered.

For more information see SeriesHover event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the seriesHover event.

SeriesHover(System.Func)

Fires when chart series are hovered.

For more information see SeriesHover event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

SeriesOver(System.String)

Fired when the cursor is over the chart series.

For more information see SeriesOver event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the seriesOver event.

SeriesOver(System.Func)

Fired when the cursor is over the chart series.

For more information see SeriesOver event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

SeriesLeave(System.String)

Fired when the cursor leaves a chart series.

For more information see SeriesLeave event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the seriesLeave event.

SeriesLeave(System.Func)

Fired when the cursor leaves a chart series.

For more information see SeriesLeave event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

ZoomStart(System.String)

Fires when the user has used the mousewheel to zoom the chart.The zoom operation can be aborted by calling e.preventDefault().

For more information see ZoomStart event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the zoomStart event.

ZoomStart(System.Func)

Fires when the user has used the mousewheel to zoom the chart.The zoom operation can be aborted by calling e.preventDefault().

For more information see ZoomStart event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Zoom(System.String)

Fires as long as the user is zooming the chart using the mousewheel.

For more information see Zoom event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the zoom event.

Zoom(System.Func)

Fires as long as the user is zooming the chart using the mousewheel.

For more information see Zoom event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

ZoomEnd(System.String)

Fires when the user stops zooming the chart.

For more information see ZoomEnd event.

Parameters

handler - System.String

The name of the JavaScript function that will handle the zoomEnd event.

ZoomEnd(System.Func)

Fires when the user stops zooming the chart.

For more information see ZoomEnd event.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

In this article
Not finding the help you need?