MindFusion.Wpf Pack Programmer's Guide
Chart.OnDataChanged Method
See Also
 





Fired when data on the chart has changed.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public static void OnDataChanged (
    DependencyObject d,
    DependencyPropertyChangedEventArgs e
)

Visual Basic  Copy Code

Public Shared Sub OnDataChanged( _
    d As DependencyObject, _
    e As DependencyPropertyChangedEventArgs _
)

 Parameters

d

The chart instance that fired the event.

e

DependencyPropertyChangedEventArgs object that specifies the event data.

 See Also

Chart Members
Chart Class
MindFusion.Charting.Wpf Namespace