Occurs when the data for the chart has changed.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler DataChanged |
Visual Basic
Copy Code
|
|---|
Public Event DataChanged As EventHandler |
Event DataDataChanged event handlers receive an argument of type EventArgs.
See Also