MindFusion.Wpf Pack Programmer's Guide
Chart.AppearanceChanged Event
See Also
 





Occurs when the value of a property that influences the appearance of the chart changes.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public event PropertyChangedEventHandler AppearanceChanged

Visual Basic  Copy Code

Public Event AppearanceChanged As PropertyChangedEventHandler

 Event Data

AppearanceChanged event handlers receive an argument of type PropertyChangedEventArgs.

 See Also

Chart Members
Chart Class
MindFusion.Charting.Wpf Namespace