Back to Devexpress

ChartControlSettings.CustomDrawSeriesPoint Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-2b99bfe2.md

latest1.4 KB
Original Source

ChartControlSettings.CustomDrawSeriesPoint Property

Occurs before a series point 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 CustomDrawSeriesPointEventHandler CustomDrawSeriesPoint { get; set; }
vb
Public Property CustomDrawSeriesPoint As CustomDrawSeriesPointEventHandler

Property Value

TypeDescription
CustomDrawSeriesPointEventHandler

A CustomDrawSeriesPointEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace