Back to Devexpress

ChartControlSettings.CustomPaint Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-4956ee4e.md

latest1.3 KB
Original Source

ChartControlSettings.CustomPaint Property

Occurs after the chart has been drawn.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public CustomPaintEventHandler CustomPaint { get; set; }
vb
Public Property CustomPaint As CustomPaintEventHandler

Property Value

TypeDescription
CustomPaintEventHandler

A CustomPaintEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace