Nevron.Chart.ThinWeb Namespace / INIndicatorDragCallback Interface / OnIndicatorValueChanged Method


OnIndicatorValueChanged Method
Syntax
'Declaration
 
Sub OnIndicatorValueChanged( _
   ByVal control As NThinChartControl, _
   ByVal gauge As NGaugePanel, _
   ByVal indicator As NIndicator, _
   ByVal oldValue As System.Double, _
   ByVal newValue As System.Double _
) 
 
'Usage
 
Dim instance As INIndicatorDragCallback
Dim control As NThinChartControl
Dim gauge As NGaugePanel
Dim indicator As NIndicator
Dim oldValue As System.Double
Dim newValue As System.Double
 
instance.OnIndicatorValueChanged(control, gauge, indicator, oldValue, newValue)

Parameters

control
gauge
indicator
oldValue
newValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also