MindFusion.Charting for Silverlight Programmer's Guide
Chart.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 provides data for the event.

 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