Back to Devexpress

ChartControlSettings.BoundDataChanged Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-89a21d81.md

latest1.4 KB
Original Source

ChartControlSettings.BoundDataChanged Property

Occurs every time a chart control generates its series points from the underlying data source.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public BoundDataChangedEventHandler BoundDataChanged { get; set; }
vb
Public Property BoundDataChanged As BoundDataChangedEventHandler

Property Value

TypeDescription
BoundDataChangedEventHandler

A BoundDataChangedEventHandler delegate method allowing you to implement custom processing.

|

See Also

Declaring Server-Side Event Handlers

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace