Back to Devexpress

WebChartControl Events

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-dot-underscore-events.md

latest9.6 KB
Original Source

WebChartControl Events

The chart control for ASP.NET applications.

NameDescription
AxisScaleChangedOccurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed.
AxisVisualRangeChangedOccurs when the axis visual range has been changed.
AxisWholeRangeChangedOccurs when the axis whole range has been changed.
BoundDataChangedOccurs every time a chart control generates its series points from the data source.
CallbackError staticAllows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control. Inherited from ASPxWebControl.
CallbackStateLoadOccurs when a chart loads its view state between multiple callbacks.
CallbackStateSaveOccurs when a chart saves its view state between multiple callbacks.
CustomCallbackFires when a round trip to the server has been initiated by a call to the client ASPxClientWebChartControl.PerformCallback method.
CustomDrawAxisLabelOccurs before axis label items are drawn when the chart’s contents are being drawn.
CustomDrawCrosshairThis event is intended for internal use only.
CustomDrawSeriesOccurs before a series is drawn when the chart’s contents are being drawn.
CustomDrawSeriesPointOccurs before a series point is drawn when the chart’s contents are being drawn.
CustomizeAutoBindingSettingsOccurs after automatic settings are applied to a chart’s data source.
CustomizeLegendObsolete. Occurs before automatic settings are applied to the legend‘s layout properties.
CustomizePieTotalLabelOccurs when the WebChartControl draws total labels for pie and donut series.
CustomizeResolveOverlappingModeObsolete. Occurs before an automatic setting is applied to the overlap resolving mode of series labels.
CustomizeSimpleDiagramLayoutOccurs after the adaptive layout is enabled for the chart control to customize the Simple Diagram‘s layout properties.
CustomizeStackedBarTotalLabelOccurs when the WebChartControl draws total labels for Stacked Bar series.
CustomizeXAxisLabelsObsolete. Occurs after automatic layout settings are applied to the X-axis’ labels.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client.
CustomPaintOccurs after the chart has been drawn.
DataBindingOccurs when the server control binds to a data source. Inherited from Control.
DataBoundOccurs after the server control is bound to a data source. Inherited from ASPxDataWebControlBase.
DisposedOccurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. Inherited from Control.
DrillDownStateChangedOccurs when the Web Chart Control’s drill down state is changed.
DrillDownStateChangingOccurs before the Web Chart Control’s drill down state is changed.
EndLoadingOccurs when the Web Chart Control’s object model has been completely initialized.
InitOccurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control.
LegendItemCheckedOccurs when a legend item is checked in the legend check box.
LoadOccurs when the server control is loaded into the Page object. Inherited from Control.
ObjectSelectedOccurs when an end-user clicks on any chart element.
PaneCollapsedChangedOccurs when any chart pane’s collapse state is changed.
PieSeriesPointExplodedFires when a pie slice, representing a series point, is moved to or from the pie center.
PivotChartingCustomizeLegendOccurs before automatic settings are applied to the legend‘s layout properties.
PivotChartingCustomizeResolveOverlappingModeOccurs before an automatic setting is applied to the overlap resolving mode of series labels.
PivotChartingCustomizeXAxisLabelsOccurs after automatic layout settings are applied to the X-axis’ labels.
PivotGridSeriesExcludedOccurs after a chart has been bound to a Pivot Grid.
PivotGridSeriesPointsExcludedOccurs after a chart has been bound to a Pivot Grid.
PreRenderOccurs after the Control object is loaded but prior to rendering. Inherited from Control.
SelectedItemsChangedOccurs after chart items are selected.
SelectedItemsChangingOccurs before the Chart Control’s selected items collection is changed, enabling a handler to cancel the selection change.
SmallChartTextShowingOccurs when the control size does not allow displaying a readable chart.
UnloadOccurs when the server control is unloaded from memory. Inherited from Control.

See Also

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace