MindFusion.Charting for Silverlight Programmer's Guide
Chart.OnDataChanged Method
See Also
 






Fired when data on the chart has changed.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 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

A System.Windows.DependencyPropertyChangedEventArgs object that specifies the event data.

 Remarks

This method is used internally by the control and is not intended to be called by your code.

 See Also

Chart Members
Chart Class
MindFusion.Charting.Silverlight Namespace