示例#1
0
 //
 private void StateCtrlLocationChanged(HumidityChartState hcState, StateControl stateCtrl, string coordinates)
 {
     hcState.Variables = this.plotCtrl.Graph.ConvertMousePosition(StateControl.RADIUS + stateCtrl.Location.X, StateControl.RADIUS + stateCtrl.Location.Y);
     this.plotCtrl.Graph.ShowCurrentCoordinate(coordinates);
 }