コード例 #1
0
 void INIndicatorDragCallback.OnIndicatorValueChanged(NThinChartControl control, NGaugePanel gauge, NIndicator indicator, double oldValue, double newValue)
 {
     control.NumericDisplays[0].Value = indicator.Value;
 }
コード例 #2
0
 void INIndicatorDragCallback.OnIndicatorValueChanged(NThinChartControl control, NGaugePanel gauge, NIndicator indicator, double oldValue, double newValue)
 {
     control.AddCustomClientCommand(newValue.ToString("00.00"));
 }