Charting for WPF Programmer's Guide

Chart.OnAppearanceChanged Method

See Also
 


Raises the AppearanceChanged event.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 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 _
)

Java  Copy Code

public static void OnAppearanceChanged (
    DependencyObject d,
    DependencyPropertyChangedEventArgs e
)

 Parameters

d
e

 See Also