Back to Devexpress

ChartControlSettings.CustomDrawSeries Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-c6f5481a.md

latest1.4 KB
Original Source

ChartControlSettings.CustomDrawSeries Property

Occurs before a series is 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 CustomDrawSeriesEventHandler CustomDrawSeries { get; set; }
vb
Public Property CustomDrawSeries As CustomDrawSeriesEventHandler

Property Value

TypeDescription
CustomDrawSeriesEventHandler

A CustomDrawSeriesEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace