XRChart.SmallChartTextShowing Event
In This Article
Occurs when the size of the control is not sufficient to display a readable chart.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public event SmallChartTextShowingEventHandler SmallChartTextShowing
#Event Data
The SmallChartTextShowing event's data class is EventArgs.
See Also