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





Occurs when the appearance of the legend was changed.

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.

 Remarks

This method is used internally by the control and is not intended to be called within your code.

 See Also

Legend Members
Legend Class
MindFusion.Charting.Wpf Namespace