Search
DataBoundSeries.OnDataChanged Method
See Also
 






Raises the DataChanged event.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected void OnDataChanged (
    EventArgs e
)

Visual Basic  Copy Code

Protected Sub OnDataChanged( _
    e As EventArgs _
)

 Parameters

e

An instance of the EventArgs class.

 See Also