Back to Devexpress

ChartControlSettings.SmallChartTextShowing Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-22f91c4a.md

latest1.3 KB
Original Source

ChartControlSettings.SmallChartTextShowing Property

Occurs when the control size does not allow you to display a readable chart.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public SmallChartTextShowingEventHandler SmallChartTextShowing { get; set; }
vb
Public Property SmallChartTextShowing As SmallChartTextShowingEventHandler

Property Value

TypeDescription
SmallChartTextShowingEventHandler

A SmallChartTextShowingEventHandler delegate method allowing you to implement custom processing.

|

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace