MVCxChartControl Events
The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.Name | Description |
---|---|
AxisScaleChanged | Occurs when the scale mode, measure unit, grid alignment or grid spacing of the axis scale has been changed. Inherited from WebChartControl. |
AxisVisualRangeChanged | Occurs when the axis visual range has been changed. Inherited from WebChartControl. |
AxisWholeRangeChanged | Occurs when the axis whole range has been changed. Inherited from WebChartControl. |
BoundDataChanged | Occurs every time a chart control generates its series points from the data source. Inherited from WebChartControl. |
CallbackError static | Allows 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. |
CallbackStateLoad | Occurs when a chart loads its view state between multiple callbacks. Inherited from WebChartControl. |
CallbackStateSave | Occurs when a chart saves its view state between multiple callbacks. Inherited from WebChartControl. |
CustomCallback | Fires when a round trip to the server has been initiated by a call to the client ASPxClientWebChartControl.PerformCallback method. Inherited from WebChartControl. |
CustomDrawAxisLabel | Occurs before axis label items are drawn when the chart’s contents are being drawn. Inherited from WebChartControl. |
CustomDrawCrosshair | This event is intended for internal use only. Inherited from WebChartControl. |
CustomDrawSeries | Occurs before a series is drawn when the chart’s contents are being drawn. Inherited from WebChartControl. |
CustomDrawSeriesPoint | Occurs before a series point is drawn when the chart’s contents are being drawn. Inherited from WebChartControl. |
CustomizeAutoBindingSettings | Occurs after automatic settings are applied to a chart’s data source. Inherited from WebChartControl. |
CustomizeLegend | Obsolete. Occurs before automatic settings are applied to the legend‘s layout properties. Inherited from WebChartControl. |
CustomizePieTotalLabel | Occurs when the WebChartControl draws total labels for pie and donut series. Inherited from WebChartControl. |
CustomizeResolveOverlappingMode | Obsolete. Occurs before an automatic setting is applied to the overlap resolving mode of series labels. Inherited from WebChartControl. |
CustomizeSimpleDiagramLayout | Occurs after the adaptive layout is enabled for the chart control to customize the Simple Diagram‘s layout properties. Inherited from WebChartControl. |
CustomizeStackedBarTotalLabel | Occurs when the WebChartControl draws total labels for Stacked Bar series. Inherited from WebChartControl. |
CustomizeXAxisLabels | Obsolete. Occurs after automatic layout settings are applied to the X-axis’ labels. Inherited from WebChartControl. |
CustomJSProperties | Enables you to supply any server data that can then be parsed on the client. Inherited from WebChartControl. |
CustomPaint | Occurs after the chart has been drawn. Inherited from WebChartControl. |
DataBinding | Occurs when the server control binds to a data source. Inherited from Control. |
DataBound | Occurs after the server control binds to the data source. Inherited from ASPxDataWebControlBase. |
Disposed | Occurs 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. |
DrillDownStateChanged | Occurs when the Web Chart Control’s drill down state is changed. Inherited from WebChartControl. |
DrillDownStateChanging | Occurs before the Web Chart Control’s drill down state is changed. Inherited from WebChartControl. |
EndLoading | Occurs when the Web Chart Control’s object model has been completely initialized. Inherited from WebChartControl. |
Init | Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control. |
LegendItemChecked | Occurs when a legend item is checked in the legend check box. Inherited from WebChartControl. |
Load | Occurs when the server control is loaded into the Page object. Inherited from Control. |
ObjectSelected | Occurs when an end-user clicks on any chart element. Inherited from WebChartControl. |
PaneCollapsedChanged | Occurs when any chart pane’s collapse state is changed. Inherited from WebChartControl. |
PieSeriesPointExploded | Fires when a pie slice, representing a series point, is moved to or from the pie center. Inherited from WebChartControl. |
PivotChartingCustomizeLegend | Occurs before automatic settings are applied to the legend‘s layout properties. Inherited from WebChartControl. |
PivotChartingCustomizeResolveOverlappingMode | Occurs before an automatic setting is applied to the overlap resolving mode of series labels. Inherited from WebChartControl. |
PivotChartingCustomizeXAxisLabels | Occurs after automatic layout settings are applied to the X-axis’ labels. Inherited from WebChartControl. |
PivotGridSeriesExcluded | Occurs after a chart has been bound to a Pivot Grid. Inherited from WebChartControl. |
PivotGridSeriesPointsExcluded | Occurs after a chart has been bound to a Pivot Grid. Inherited from WebChartControl. |
PreRender | Occurs after the Control object is loaded but prior to rendering. Inherited from Control. |
SelectedItemsChanged | Occurs after chart items are selected. Inherited from WebChartControl. |
SelectedItemsChanging | Occurs before the Chart Control’s selected items collection is changed, enabling a handler to cancel the selection change. Inherited from WebChartControl. |
SmallChartTextShowing | Occurs when the control size does not allow displaying a readable chart. Inherited from WebChartControl. |
Unload | Occurs when the server control is unloaded from memory. Inherited from Control. |
See Also