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


In This Topic
    OnIndicatorValueChanged Method
    In This Topic
    Called when a gauge indicator value has changed as a result of drag operation
    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)
    void OnIndicatorValueChanged( 
       NThinChartControl control,
       NGaugePanel gauge,
       NIndicator indicator,
       System.double oldValue,
       System.double 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