'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