Skip to main content

ChartControl.SmallChartTextShowing Event

Occurs when the control shrinks to a size that cannot accommodate a readable chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.UI.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public event SmallChartTextShowingEventHandler SmallChartTextShowing

Event Data

The SmallChartTextShowing event's data class is EventArgs.

See Also