Back to Devexpress

ChartControlSettings.CustomDrawAxisLabel Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-8b2028ed.md

latest1.4 KB
Original Source

ChartControlSettings.CustomDrawAxisLabel Property

Occurs before axis label items are drawn when the chart’s contents are being drawn.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public CustomDrawAxisLabelEventHandler CustomDrawAxisLabel { get; set; }
vb
Public Property CustomDrawAxisLabel As CustomDrawAxisLabelEventHandler

Property Value

TypeDescription
CustomDrawAxisLabelEventHandler

A CustomDrawAxisLabelEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace