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






Raises the AppearanceChanged event.

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

 Syntax

C#  Copy Code

public static void OnAppearanceChanged (
    DependencyObject d,
    DependencyPropertyChangedEventArgs e
)

Visual Basic  Copy Code

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

 Parameters

d

The object 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