Skip to main content
A newer version of this page is available. .

XRChart.SmallChartTextShowing Event

Occurs when the control size does not allow displaying a readable chart.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public event SmallChartTextShowingEventHandler SmallChartTextShowing

Event Data

The SmallChartTextShowing event's data class is EventArgs.

See Also