Charting for WPF Programmer's Guide

AxisSettings.InnerValueChanged Event

See Also
 


Occurs when a property of the AxisSettings object has changed.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public event EventHandler InnerValueChanged

Visual Basic  Copy Code

Public Event InnerValueChanged As EventHandler

 Event Data

DependencyPropertyChangedEventArgs that holds data for the event.

 Remarks

The event is used internally and you are not expected to use it from your code.

 See Also