ChartControlSettings.BoundDataChanged Property
In This Article
Occurs every time a chart control generates its series points from the underlying data source.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public BoundDataChangedEventHandler BoundDataChanged { get; set; }
#Property Value
Type | Description |
---|---|
Bound |
A Bound |
See Also