Back to Devexpress

XRChart Events

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-dot-underscore-events.md

latest10.8 KB
Original Source

XRChart Events

A Chart control.

NameDescription
AfterPrintOccurs after an XRControl object is displayed in the report. Inherited from XRControl.
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.
BeforePrintOccurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
BoundDataChangedOccurs every time a chart control generates its series points from the underlying data source.
CustomDrawAxisLabelOccurs before an axis label is drawn when the chart’s content is being drawn.
CustomDrawCrosshairOccurs before crosshair items are drawn when the chart’s contents are being drawn.
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 is being drawn.
CustomizeAutoBindingSettingsOccurs when applying automatic data source settings to a Chart that is linked to a Pivot Grid.
CustomizeLegendObsolete. Occurs before automatic settings are applied to the legend‘s layout properties.
CustomizePieTotalLabelOccurs before the pie total label is painted.
CustomizeResolveOverlappingModeObsolete. Occurs before an automatic setting is applied to the overlap resolving mode of series labels.
CustomizeSimpleDiagramLayoutOccurs before automatic settings are applied to the Simple Diagram‘s layout properties.
CustomizeStackedBarTotalLabelOccurs before a stacked bar total label is painted.
CustomizeXAxisLabelsObsolete. Occurs after automatic layout settings are applied to the X-axis’ labels.
CustomPaintAllows you to draw custom graphics on top of the chart.
Deserialized
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DrawOccurs when an XRControl object is drawn or redrawn in a report’s Print Preview. Inherited from XRControl.
EvaluateBindingOccurs after a data-bound XRControl object obtains data from its data source. Inherited from XRControl.
HtmlItemCreatedOccurs when a new item used for a Web representation of the control is created. Inherited from XRControl.
LocationChangedOccurs when the value of the XRControl.LocationF property is changed. Inherited from XRControl.
ParentChangedOccurs when the XRControl instance’s parent is changed. Inherited from XRControl.
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.
PreviewClickOccurs when the mouse button is clicked while the cursor is hovering over one of the bricks created by the XRControl for its representation in the report preview. Inherited from XRControl.
PreviewDoubleClickOccurs when the left mouse button is double-clicked while the cursor is hovering over one of the bricks created for the control‘s representation in the report preview. Inherited from XRControl.
PreviewMouseDownOccurs when an end-user presses the mouse button while the mouse pointer is hovering over one of the bricks created for the control‘s representation in the report preview. Inherited from XRControl.
PreviewMouseMoveOccurs when the mouse cursor moves over the control during the report’s preview. Inherited from XRControl.
PreviewMouseUpOccurs when an end-user releases the left mouse button while the mouse pointer is hovering over one of the bricks created for the control‘s representation in the report preview. Inherited from XRControl.
PrintOnPageOccurs when the representation of a control is printed on the current page of the report. Inherited from XRControl.
SizeChangedOccurs when the value of the XRControl.SizeF property is changed. Inherited from XRControl.
SmallChartTextShowingOccurs when the size of the control is not sufficient to display a readable chart.
TextChangedThis event is not available for the XRChart class.

See Also

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace