Skip to main content

WebChartControl.SmallChartTextShowing Event

In This Article

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

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v24.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

#Declaration

public event SmallChartTextShowingEventHandler SmallChartTextShowing

#Event Data

The SmallChartTextShowing event's data class is EventArgs.

See Also