MindFusion.Charting for Silverlight Programmer's Guide
AxisSettings.OnInnerValueChanged Method
See Also
 






Raises the InnerValueChanged event.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public static void OnInnerValueChanged (
    DependencyObject d,
    DependencyPropertyChangedEventArgs e
)

Visual Basic  Copy Code

Public Shared Sub OnInnerValueChanged( _
    d As DependencyObject, _
    e As DependencyPropertyChangedEventArgs _
)

 Parameters

d

The dependency object that has raised the event.

e

A System.Windows.DependencyPropertyChangedEventArgs that contains the event data.

 Remarks

The event is raised whenever a property of the AxisSettings class changes its value. This event is used internally by the control and is not meant to be called by your code.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting.Silverlight Namespace