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






Raises the DataChanged event.

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 ChartSeries that raised the event.

e

An instance of the System.Windows.DependencyPropertyChangedEventArgs class that contains data for the event.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Silverlight Namespace